Skip to content

Releases: cdc08x/MINERful

MINERful v1.0.0

24 Mar 14:51
Compare
Choose a tag to compare

MINERful v.1.0.0

MINERful is a process mining, simulation, and analysis tool for declarative process specifications.
The main functionalities of MINERful are:
Discovery of declarative specifications of process control-flows out of event logs. Event logs can be either real or synthetic, stored as XES (http://www.xes-standard.org/), MXML (http://www.processmining.org/logs/mxml), or text files (a collection of strings, in which every character is considered as an event, every line as a trace);
Simulation of declarative specifications of process control-flows and creation of synthetic event logs. The input process specification can be given as a JSON (http://www.json.org/) file. The event logs can be exported as XES (http://www.xes-standard.org/) or MXML (http://www.processmining.org/logs/mxml) files;
Simplification, and inconsistency removal, of declarative specifications of process control-flows.

As a requirement, a JRE 7+ should be installed on your machine. To launch the .sh files, you have to run them on a Unix-based system with a BASH shell. Alternatively, the JAR files can be called directly, which may come handy if you are using a Windows system for instance. No installation procedure is required. This version has been tested on both a Ubuntu Linux (18.04) and a Mac OS X (Snow Leopard) machine.

For info on the installation, usage etc. for this version please refer to the Wiki!