On Evaluation Metrics for Complex Matching based on Reference Alignments
This project is built using Python 3.12. Below are the instructions to install the necessary dependencies to run the project.
Prerequisites
- Python 3.12
Data
The data used in this project comes from OAEI 2020. Download the data from the following links and unzip the matchers outputs in each corresponding folder:
edoal/hydrography
-> Hydrography Results 2020
edoal/populated_conference
-> Populated Conference Results 2020
edoal/populated_geolink
-> Populated Geolink Results 2020
Installation
-
Create a virtual environment:
python3.12 -m venv venv
-
Activate the virtual environment:
-
On Linux or macOS:
source venv/bin/activate
-
On Windows:
venv\Scripts\activate
-
-
Install the dependencies:
pip install -r requirements.txt
-
Run:
python main.py