Sign inSign up

driebit/dbpedia-spotlight

By driebit

•Updated over 9 years ago

DBPedia Spotlight service

Image
2

485

driebit/dbpedia-spotlight repository overview

⁠driebit/dbpedia-spotlight

A Docker image that runs the DBPedia Spotlight⁠ service.

⁠Usage

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."

⁠Parameters

You can change the amount of memory allocated to the JVM (defaults to 2 GB):

$ docker run -e MEMORY=4g

Tag summary

Content type

Image

Digest

Size

1.4 GB

Last updated

almost 10 years ago

docker pull driebit/dbpedia-spotlight