GithubHelp home page GithubHelp logo

dl-leo / limes- Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dice-group/limes

0.0 0.0 0.0 40.22 MB

Link Discovery Framework for Metric Spaces.

Home Page: https://limes.demos.dice-research.org/

License: GNU Affero General Public License v3.0

Shell 0.20% JavaScript 63.45% Python 1.29% PHP 1.47% Java 29.80% Lua 1.08% Dart 1.15% HTML 0.08% Vue 1.46% Dockerfile 0.02%

limes-'s Introduction

LIMES - Link Discovery Framework for Metric Spaces.

Build Status DockerHub GNU Affero General Public License v3.0 Java 1.8+

Running LIMES

To bundle LIMES as a single jar file, do

mvn clean package shade:shade -Dmaven.test.skip=true

Then execute it using

java -jar limes-core/target/limes-core-${current-version}.jar

Using Docker

For running LIMES server in Docker, we expose port 8080. The image accepts the same arguments as the limes-core.jar, i.e. to run a configuration at ./my-configuration:

docker run -it --rm \
  -v $(pwd):/data \
  dicegroup/limes:latest \
    /data/my-configuration.xml

To run LIMES server:

docker run -it --rm \
  -p 8080:8080 \
  dicegroup/limes:latest \
    -s

To build and run Docker with WordNet:

docker build -f wordnet.Dockerfile . -t limes-wordnet

docker run -it --rm \
  -v $(pwd):/data \
  limes-wordnet \
    /data/my-configuration.xml

Maven

<dependencies>
    <dependency>
        <groupId>org.aksw.limes</groupId>
        <artifactId>limes-core</artifactId>
        <version>1.7.5</version>
    </dependency>
</dependencies>
<repositories>
    <repository>
        <id>maven.aksw.internal</id>
        <name>University Leipzig, AKSW Maven2 Internal Repository</name>
        <url>http://maven.aksw.org/repository/internal/</url>
    </repository>

    <repository>
        <id>maven.aksw.snapshots</id>
        <name>University Leipzig, AKSW Maven2 Snapshot Repository</name>
        <url>http://maven.aksw.org/repository/snapshots/</url>
    </repository>
</repositories>

How to cite

@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}
}

More details

limes-'s People

Contributors

dobraczka avatar kvndrsslr avatar msherif avatar kleanthi avatar psklana avatar mofeed-hassan avatar mommi84 avatar abdullahfathi avatar yamalight avatar klyko avatar aklakan avatar aalexandrasilva avatar konradhoeffner avatar earthquakesan avatar ironjan avatar mueslie avatar lukasbluebaum avatar drmalex07 avatar suganya31 avatar vemonet avatar mofeedhassan avatar mwauer avatar swantescholz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.