Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

jackbergus/approxProbTraceAlign

Repository files navigation

(Approximated) Probabilistic Trace Alignment

This free and open software program implements the (Approximate) Probabilistic Trace Alignment.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

This project has been mainly tested with Ubuntu 20.04 LTS. For GNU/Linux-based systems, you can run the bash script ./install_deps.sh to both install the required dependencies and packages, pull all the required submodules, and compile the Antlr4 Parser/Lexer. For the other operating systems, please remember to install the following packages:

Installing

After doing so, you can create a new folder, where all the generated binaries will be located:

mkdir build 
cd build
cmake .. 
make -j8 fuzzyStringMatching2

Built With

  • Maven - Dependency Management for Antlr4
  • CMake - Used as an build automation tool for

Contributing

Please e-mail Giacomo Bergami for contributing to the project (or, simply fork it!)

Versioning

We use GitHub for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the GPLv2 License - see the LICENSE file for details

Acknowledgments

About

Implementation of the (Approximate) Probabilistic Trace Alignment. To compile the code, see the demo below.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages