Skip to content

DBpedia Spotlight is a tool for automatically annotating mentions of DBpedia resources in text.

Notifications You must be signed in to change notification settings

mvnural/dbpedia-spotlight

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBpedia Spotlight

Shedding Light on the Web of Documents

DBpedia Spotlight looks for ~3.5M things of unknown or ~320 known types in text and tries to link them to their global unique identifiers in DBpedia.

Demonstration

Go to our Demonstration page, copy+paste some text and play with the parameters to see how it works.

Call our web service

You can use our demonstration Web Service directly from your application.

curl http://spotlight.dbpedia.org/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." \
  --data "confidence=0.2" \
  --data "support=20"

Run your own server

If you need service reliability and lower response times, you can run DBpedia Spotlight in your own In-House Server.

wget http://spotlight.dbpedia.org/download/release-0.6/dbpedia-spotlight-quickstart-0.6.5.zip
unzip dbpedia-spotlight-quickstart-0.6.5.zip
cd dbpedia-spotlight-quickstart-0.6.5/
./run.sh

Build from source

We provide a Java/Scala API for you to use our code in your application.

Build Status

Licenses

The program can be used under the terms of the Apache License, 2.0. Part of the code uses LingPipe under the Royalty Free License. Therefore, this license may also apply to the output of the currently deployed web service.

The documentation on this website is shared as Creative Commons Attribution-ShareAlike 3.0 Unported License.

Documentation

More documentation is available from the DBpedia Spotlight wiki.

About

DBpedia Spotlight is a tool for automatically annotating mentions of DBpedia resources in text.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 50.8%
  • Scala 44.3%
  • Logos 2.0%
  • Python 1.6%
  • Shell 1.3%