Wikidata Entity Linking Tool utilizes Wikidata as a knowledge base and DoSeR as a framework to build an Entity Linking system for easy and precise text annotation. It uses RDF2Vec for a Word2Vec model and has a generic mention detection step.
Working version of the system available at: http://paxos.informatik.uni-freiburg.de:8080/WELT/
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Clone the repository to a desired directory.
git clone https://github.com/tf-dbis-uni-freiburg/WELT.git
- Install Eclipse or a similar enviornment.
- Make sure that Maven is set up.
A step by step series of examples that tell you have to get a development env running.
- Import the project in to Eclipse.
- Connect the WELT project with the Index of Surface Forms (Lucene Index) in the language that you need.
Please use our Wiki to follow the full guide on how to replicate the results. Refer to the Wiki.
- Dimitar Jovanov - Development, extension and implementation.
- Michael Faerber - Mentoring, supervsion and research help.