An open API service indexing awesome lists of open source software.

https://github.com/smartdataanalytics/momatch

MoMatch (Multilingual Ontology Matching)
https://github.com/smartdataanalytics/momatch

Last synced: about 2 months ago
JSON representation

MoMatch (Multilingual Ontology Matching)

Awesome Lists containing this project

README

        

# MoMatch
MoMatch (Multilingual Ontology Matching) aims to obtain mappings between ontologies in different natural languages.

All implementations are based on Scala 2.11.11 and Apache Spark 2.3.1.

How to use
----------
````
git clone https://github.com/SmartDataAnalytics/MoMatch.git
cd MoMatch

mvn clean package
````

Documentation
----------
A brief description of MoMatch can be found [here](https://smartdataanalytics.github.io/MoMatch/).
Furthermore, a description for each configurable parameter and function can be found [here](https://smartdataanalytics.github.io/MoMatch/DocumentationIndex.html#package).

The subsequent steps depend on your IDE. Generally, just import this repository as a Maven project and start using MoMatch.