After cloning the repo, make sure that you have virutalenv and python3 installed. After that, execute the following commands:
virtualenv env --python=python3
source env/bin/activate
After this you can run any of the experiment files:
python experimentx.py
If you want to run the examples in the examples folder copy them into the main folder before running them.
For more information on the framework go to the schema_matching folder