Skip to content
/ SANOM Public

SANOM: Simulated Annealing based Ontology Matcher

Notifications You must be signed in to change notification settings

amiaty/SANOM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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