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)
- Host: GitHub
- URL: https://github.com/smartdataanalytics/momatch
- Owner: SmartDataAnalytics
- License: apache-2.0
- Created: 2022-09-19T13:16:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T15:34:38.000Z (about 1 year ago)
- Last Synced: 2025-01-22T06:22:44.007Z (3 months ago)
- Language: Scala
- Size: 1.8 MB
- Stars: 1
- Watchers: 8
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 MoMatchmvn 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.