Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 747 Bytes

File metadata and controls

21 lines (14 loc) · 747 Bytes

Entity Linking

Installazione

Il servizio di Entity Linking può essere installato usando Docker eseguendo da terminale i seguenti comandi.

git clone https://github.com/ecodigit/entitylinking.git
cd entitylinking/
docker build --build-arg SERVER_PORT=8080 --build-arg TAGME_KEY=<TAGME_KEY> GNUSER=<GN_USER> . --no-cache -t entity_linking

dove <TAGME_KEY> è la chiave per accedere al servizio TagMe, mentre <GN_USER> è lo user name da usare per accedere alle API di GeoNames.

Esecuzione

Una volta costuito il docker container ``entity_linking'' è possibile lanciare il server con comando.

docker run entity_linking