{"id":28966240,"url":"https://github.com/dice-group/limes","last_synced_at":"2025-10-09T13:32:38.033Z","repository":{"id":2413974,"uuid":"42576588","full_name":"dice-group/LIMES","owner":"dice-group","description":"Link Discovery Framework for Metric Spaces.","archived":false,"fork":false,"pushed_at":"2024-08-14T14:22:41.000Z","size":40293,"stargazers_count":130,"open_issues_count":51,"forks_count":54,"subscribers_count":26,"default_branch":"master","last_synced_at":"2025-04-03T05:32:07.716Z","etag":null,"topics":["artificial-intelligence","linked-data","machine-learning","optimization","rdf","record-linkage","scalability","semantic-web"],"latest_commit_sha":null,"homepage":"https://limes.demos.dice-research.org/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dice-group.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-09-16T09:04:48.000Z","updated_at":"2025-03-22T16:54:32.000Z","dependencies_parsed_at":"2024-01-12T23:42:10.533Z","dependency_job_id":"56c6e93c-9f9f-4fee-950f-ac970a8d6cc6","html_url":"https://github.com/dice-group/LIMES","commit_stats":{"total_commits":1571,"total_committers":32,"mean_commits":49.09375,"dds":0.7657542966263526,"last_synced_commit":"361f1f86cb37300e125783a8cf203c1a82703221"},"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/dice-group/LIMES","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dice-group%2FLIMES","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dice-group%2FLIMES/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dice-group%2FLIMES/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dice-group%2FLIMES/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dice-group","download_url":"https://codeload.github.com/dice-group/LIMES/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dice-group%2FLIMES/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261627759,"owners_count":23186692,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["artificial-intelligence","linked-data","machine-learning","optimization","rdf","record-linkage","scalability","semantic-web"],"created_at":"2025-06-24T07:31:07.067Z","updated_at":"2025-10-09T13:32:33.001Z","avatar_url":"https://github.com/dice-group.png","language":"JavaScript","readme":"# LIMES - Link Discovery Framework for Metric Spaces.\n\n[![Build Status](https://github.com/dice-group/LIMES/actions/workflows/run-tests.yml/badge.svg?branch=master\u0026event=push)](https://github.com/dice-group/LIMES/actions/workflows/run-tests.yml)\n[![DockerHub](https://badgen.net/badge/dockerhub/dicegroup%2Flimes/blue?icon=docker)](https://hub.docker.com/r/dicegroup/limes)\n[![GNU Affero General Public License v3.0](https://badgen.net/badge/license/GNU_Affero_General_Public_License_v3.0/orange)](./LICENSE)\n![Java 1.8+](https://badgen.net/badge/java/1.8+/gray?icon=maven)\n\n\n## Running LIMES\n\nTo bundle LIMES as a single jar file, do\n\n```bash\nmvn clean package shade:shade -Dmaven.test.skip=true\n```\n\nThen execute it using\n\n```bash\njava -jar limes-core/target/limes-core-${current-version}.jar\n```\n\n## Using Docker\n\nFor running LIMES server in Docker, we expose port 8080. The image accepts the same arguments as the\nlimes-core.jar, i.e. to run a configuration at `./my-configuration`:\n\n```bash\ndocker run -it --rm \\\n  -v $(pwd):/data \\\n  dicegroup/limes:latest \\\n    /data/my-configuration.xml\n```\n\nTo run LIMES server:\n\n```bash\ndocker run -it --rm \\\n  -p 8080:8080 \\\n  dicegroup/limes:latest \\\n    -s\n```\n\nTo build and run Docker with WordNet:\n\n```bash\ndocker build -f wordnet.Dockerfile . -t limes-wordnet\n\ndocker run -it --rm \\\n  -v $(pwd):/data \\\n  limes-wordnet \\\n    /data/my-configuration.xml\n```\n\n## Maven\n\n```xml\n\n\u003cdependencies\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003eorg.aksw.limes\u003c/groupId\u003e\n        \u003cartifactId\u003elimes-core\u003c/artifactId\u003e\n        \u003cversion\u003e1.7.5\u003c/version\u003e\n    \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\n```xml\n\n\u003crepositories\u003e\n    \u003crepository\u003e\n        \u003cid\u003emaven.aksw.internal\u003c/id\u003e\n        \u003cname\u003eUniversity Leipzig, AKSW Maven2 Internal Repository\u003c/name\u003e\n        \u003curl\u003ehttp://maven.aksw.org/repository/internal/\u003c/url\u003e\n    \u003c/repository\u003e\n\n    \u003crepository\u003e\n        \u003cid\u003emaven.aksw.snapshots\u003c/id\u003e\n        \u003cname\u003eUniversity Leipzig, AKSW Maven2 Snapshot Repository\u003c/name\u003e\n        \u003curl\u003ehttp://maven.aksw.org/repository/snapshots/\u003c/url\u003e\n    \u003c/repository\u003e\n\u003c/repositories\u003e\n```\n\n## How to cite\n\n```bibtex\n@article{KI_LIMES_2021,\n  title={{LIMES - A Framework for Link Discovery on the Semantic Web}},\n  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},\n  journal={KI-K{\\\"u}nstliche Intelligenz, German Journal of Artificial Intelligence - Organ des Fachbereichs \"Künstliche Intelligenz\" der Gesellschaft für Informatik e.V.},\n  year={2021},\n  url = {https://papers.dice-research.org/2021/KI_LIMES/public.pdf},\n  publisher={Springer}\n}\n```\n\n## More details\n\n* [Demo](https://dice-research.org/LIMES)\n* [User manual](http://dice-group.github.io/LIMES/#/user_manual/index)\n* [Developer manual](http://dice-group.github.io/LIMES/#/developer_manual/index)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdice-group%2Flimes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdice-group%2Flimes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdice-group%2Flimes/lists"}