Skip to content
Snippets Groups Projects
user avatar
Guilherme Henrique authored
26812db9
History

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

  1. Create a virtual environment:

    python3.12 -m venv venv
  2. Activate the virtual environment:

    • On Linux or macOS:

      source venv/bin/activate
    • On Windows:

      venv\Scripts\activate
  3. Install the dependencies:

    pip install -r requirements.txt
  4. Run:

    python main.py