Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

uhh-lt/kb2vec

Open more actions menu

Repository files navigation

kb2vec

Vectorizing knowledge bases for entity linking

Installation

pip install -r requirements.txt
python -m nltk.downloader stopwords
python -m nltk.downloader punkt
python -m nltk.downloader averaged_perceptron_tagger

Download the data folder and and unzip it:

wget http://ltdata1.informatik.uni-hamburg.de/kb2vec/data.zip
unzip data.zip

Start the web service:

Entity linking NIF server:

python nif_ws.py

which will run at http://localhost:5000

GERBIL NIF-based evaluation server (from the gerbil directory):

bash start.sh

which will run at http://localhost:1234/gerbil

DBpedia entity linking NIF wrapper (from the gerbil-dbpedia-ws directory):

docker-compose up -d

which will run at http://localhost:8181/spotlight

http://localhost:8181/spotlight http://localhost:5000/random http://localhost:5000/sparse_overlap http://localhost:5000/dense_overlap http://localhost:5000/supertagger

About

Vectorizing knowledge bases for entity linking

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
Morty Proxy This is a proxified and sanitized view of the page, visit original site.