Skip to content

Latest commit

 

History

83 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MULON

MULON (MULtilingual Ontology mergiNg) is an approach for creating a multilingual ontology by merging two 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/MULON.git
cd MULON

mvn clean package

Input

MULON reads two input ontologies in Turtle in two different languages and uses SANSA readers to build a dataset of RDD[graph.Triple] for each ontology.

val O1 = ".../firstOntology-de.ttl"
val O2 = ".../secondOntology-en.ttl"

Documentation

A brief description of MULON 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 MULON.

About

Create a multilingual ontology by merging two ontologies from different natural languages.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages