For questions related to DBpedia Spotlight, a tool and a service for automatically annotating mentions of DBpedia resources in text.
Questions tagged [spotlight-dbpedia]
49 questions
1
vote
0 answers
DBPedia Spotlight on smaller texts (words) instead of paragraphs
I think this question was asked earlier but removed for reasons unknown. I am very new to DBPedia and have little knowledge about writing quesries. The problem I am trying to resolve is a Natural Language Problem. I am able to extract entities from…

serendipity
- 852
- 13
- 32
1
vote
1 answer
Is DBPedia Spotlight still available?
I was playing around with NER of some texts, and came along DBPedia Spotlight.
However,
the website: http://spotlight.dbpedia.org/ is not accessable
the 2 demo: http://dbpedia-spotlight.github.io/demo/ and http://spotlight.dbpedia.org/demo/ seem…

Evgenij Reznik
- 17,916
- 39
- 104
- 181
1
vote
1 answer
Use pycurl to get response from server
def curlDBPedia(DB_url):
data = json.dumps({"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.",
…

Wyatt
- 1,357
- 5
- 17
- 26
1
vote
0 answers
Annotate a text with abstracts using DBpedia
Is there any way to annotate a text using DBpedia spotlight (like the demo) and get as a result the text annotated with the abstracts of the entities(in json format or in href link) ? I am searching a way better in Javascript rather than in Java.

unsorted
- 13
- 2
1
vote
1 answer
dbpedia spotlight web service in java
I want to get the dbpedia links of the entities from text. I have seen that DBpedia spotlight is the best method. So i tried it with curl commands and output looks good.
I am processing the text using the DBpedia Spotlight Web Service with…

din_oops
- 698
- 1
- 9
- 27
1
vote
1 answer
Unable to use DBpedia Spotlight statistical endpoint?
I wrote some code that uses the Lucene endpoint at http://spotlight.dbpedia.org/rest/. It works, but I wanted to see how the results differed from the Statistical endpoint. When I tried changing the URL in my code to…

betseyb
- 1,302
- 2
- 18
- 37
1
vote
1 answer
querying dbpedia-spotlight using java
I am trying to adapt one of the examples reported on DBpedia-SpotLight:
DBpediaSpotlightClient.java (required AnnotationClient.java)
Using this sample, a description is given and spotlight service is queried to retrieve an annotate response: Web…

blurstream
- 429
- 3
- 13
1
vote
1 answer
Locally extracting DBpedia Spotlight annotations from HTML files with Java API
Can I directly convert my HTML file to a DBpedia annotated file using the Java API? I found a related question:
using dbpedia spotlight in java or scala
but this is sends the text to web service; instead I need to convert locally. How can I do…

suresh
- 35
- 1
- 1
- 4
1
vote
1 answer
Using dbpedia spotlight with a local mediawiki (not instance of wikipedia)
I'm trying to use dbpedia spotlight to spot special terms (which is not included in dbpedia) by using a local mediawiki dump as an input instead of the default index and spotter.dict.
Any ideas will be so appreciated

mOgaio
- 43
- 4
1
vote
1 answer
dbpedia spotlight dataset
I installed the DBpedia Spotlight from http://spotlight.dbpedia.org/download/release-0.5/dbpedia-spotlight-quickstart.zip and wanted to improve its dataset by downloading from…

learner
- 288
- 2
- 16
0
votes
0 answers
DBPedia Spotlight Docker Image unable to start
I am trying to run DBPedia Spotlight locally with Docker-compose (also tried Docker run) with the following configuraiton:
services:
spotlight.en:
image: dbpedia/dbpedia-spotlight
container_name: dbpedia-spotlight.en
volumes:
-…

AHH
- 981
- 2
- 10
- 26
0
votes
0 answers
How to extract gender of a person name through spacy-dbpedia-spotlight in python
I am using spacy-dbpedia-spotlight python package for extracting entities information in my NLP project. But I couldn't find in their documentation how to check the gender of person entities found in given text.

MaheenUnzeelah
- 71
- 3
0
votes
0 answers
Handling 414 code in python requests to DBpedia REST API
Can anyone please help me printing out a significant error message? Here's the situation:
I am trying to write a function which will use the DBpedia Spotlight REST API to analyze a text. After some trial and error I have discovered that when the…

Robert Alexander
- 875
- 9
- 24
0
votes
1 answer
What is the purpose of dbo:wikiPageDisambiguates in dbepdia?
I try to figure out the purpose of the dbo:wikiPageDisambiguates in DBpedia. I cannot find a definition what it means

bib
- 944
- 3
- 15
- 32
0
votes
1 answer
getting correct names for Dbpedia sparqlwrapper queries
I am querying DBpedia for information about organizations and I am using "dbpedia.org/page/[organization]" to find what name is used for those organizations. It will usually fix the inputted name to the name it uses. eg dbpedia.org/page/Tmobile will…

user1365234
- 315
- 1
- 5
- 16