Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 746 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 746 Bytes

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. Furthermore, a description for each configurable parameter and function can be found here.

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