A Docker image that runs the DBPedia Spotlight service.
Install Docker for your platform.
Then start this container:
$ docker run -p 8080:80 driebit/dbpedia-spotlight
Then you can run Spotlight queries on your local service:
$ curl -H Accept:application/json http://localhost:8080/rest/annotate \
--data-urlencode "text=President Obama called Wednesday on Congress to extend a tax break
for students included in last year's economic stimulus package, arguing
that the policy provides more generous assistance."
You can change the amount of memory allocated to the JVM (defaults to 2 GB):
$ docker run -e MEMORY=4g
Content type
Image
Digest
Size
1.4 GB
Last updated
almost 10 years ago
docker pull driebit/dbpedia-spotlight