dbpedia-spotlight / dbpedia-spotlight-model

DBpedia Spotlight is a tool for automatically annotating mentions of DBpedia resources in text. Improving Efficiency and Accuracy in Multilingual Entity Extraction approach
http://www.dbpedia-spotlight.org
Apache License 2.0
178 stars 43 forks source link

NIF representation for candidate links #22

Closed beyzayaman closed 6 years ago

beyzayaman commented 6 years ago

Is it possible for you to support also NIF representation for candidate links?

sandroacoelho commented 6 years ago

Hi @beyzayaman ,

It is already available under our endpoint. Just run

url --request GET \
 --url 'http://api.dbpedia-spotlight.org/candidates?confidence=0&text=Berlin%20is%20the%20capital%20of%20germany' \
 --header 'accept: text/turtle'

Best