https://github.com/dobraczka/limesgui
GUI for the LIMES Link Discovery Framework (http://aksw.org/Projects/LIMES.html)
https://github.com/dobraczka/limesgui
Last synced: 8 months ago
JSON representation
GUI for the LIMES Link Discovery Framework (http://aksw.org/Projects/LIMES.html)
- Host: GitHub
- URL: https://github.com/dobraczka/limesgui
- Owner: dobraczka
- License: gpl-2.0
- Created: 2015-09-25T08:06:03.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-09T07:51:30.000Z (over 8 years ago)
- Last Synced: 2025-01-01T12:28:12.501Z (9 months ago)
- Language: Java
- Size: 6.69 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LIMESGui
GUI for the LIMES Link Discovery Framework (http://aksw.org/Projects/LIMES.html)**This is an old version! The current one can be found at (https://github.com/AKSW/LIMES-dev/)**
## Usage
Run the following commands to start the desktop GUI for LIMES
```
cd swp15-ld
mvn -U clean compile -DskipTests=true assembly:assembly
cd target
unzip swp15-ld-0.0.1-SNAPSHOT-with-dependencies.zip
cd swp15-ld-0.0.1-SNAPSHOT
java -jar swp15-ld-0.0.1-SNAPSHOT.jar
```## Notes
Works on Java8 from Oracle