Applying of Machine Learning Techniques to Combine String-based, Language-based and Structure-based Similarity Measures for Ontology Matching [Paper]
- Download Word2Vec model and unzip to root folder.
- Install requirements.
- Select dataset and machine learning algorithm in config.yml.
- Create dataset:
python3 create_dataset.py
- Calculate features:
python3 calculate_features.py
- Train and evaluate model:
python3 train_evaluate.py
- Clone repo
git clone https://github.com/fuzzycode/fuzzycomp
- From fuzzycomp/fuzzycomp/fuzzycomp.py delete this line
from exceptions import IndexError, ValueError
- Install the package
python3 setup.py install