Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.11 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.11 KB

Simulated annealing-based ontology matching (SANOM)

SANOM is the name of our system for ontology matching tasks which is also one of the participants registered in the Ontology Alignment Evaluation Initiative (OAEI) Challenge form 2017 to 2019.

Authors

  • Majid Mohammadi
  • Amir Atashin

Help

We suggest using Intellij Idea as your IDE with Maven as your package manager

Dependencies

  • JDK 1.8
  • seals-omt-client.jar v7.0.4
  • java-string-similarity-1.0.1.jar
  • Alignment API 4.1

cite contains java implementation for the paper. If you find this code useful in your research, please consider citing:

@article{mohammadi2019simulated,
  title={Simulated annealing-based ontology matching},
  author={Mohammadi, Majid and Hofman, Wout and Tan, Yao-Hua},
  journal={ACM Transactions on Management Information Systems (TMIS)},
  volume={10},
  number={1},
  pages={1--24},
  year={2019},
  publisher={ACM New York, NY, USA}
}

Acknowledgments