installing use:
mvn clean install
Creating the runnable jar file including the dependencies use:
mvn clean package shade:shade -Dcheckstyle.skip=true -Dmaven.test.skip=true
The .jar will be placed in limes-core/target/limes-core-VERSION-SNAPSHOT.jar
In case Eclipse does not recognize the project as Java. Please run the following from the limes-core/
directory:
mvn eclipse:eclipse
Then, update the project on Eclipse.
@article{KI_LIMES_2021,
title={{LIMES - A Framework for Link Discovery on the Semantic Web}},
author={Axel-Cyrille {Ngonga Ngomo} and Mohamed Ahmed Sherif and Kleanthi Georgala and Mofeed Hassan and Kevin Dreßler and Klaus Lyko and Daniel Obraczka and Tommaso Soru},
journal={KI-K{\"u}nstliche Intelligenz, German Journal of Artificial Intelligence - Organ des Fachbereichs "Künstliche Intelligenz" der Gesellschaft für Informatik e.V.},
year={2021},
url = {https://papers.dice-research.org/2021/KI_LIMES/public.pdf},
publisher={Springer}
}