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

Bad Cases: Some short numbers can be annotated #18

Open ShomyLiu opened 6 years ago

ShomyLiu commented 6 years ago

Hi, I found that some words such as "02" "-5" and so on can be annotated to some entities, which is very strange. It may be the model that caused the question, which I used in 'en_2.2/'

For example

02: http://dbpedia.org/resource/Digimon_Adventure_02
-5: http://dbpedia.org/resource/Straight-five_engine
beyzayaman commented 6 years ago

Hi,

Are you sending a file as data in your curl? This might cause a problem. You should send your text url encoded like this:

--data-urlencode "text=Put your text here!"


From: HT Liu notifications@github.com Sent: Tuesday, November 14, 2017 11:27:14 AM To: dbpedia-spotlight/dbpedia-spotlight-model Cc: Subscribed Subject: [dbpedia-spotlight/dbpedia-spotlight-model] Bad Cases: Some short numbers can be annotated (#18)

Hi, I found that some words such as "02" "-5" and so on can be annotated to some entities, which is very strange. It may be the model that caused the question, which I used in 'en_2.2/'

02: http://dbpedia.org/resource/Digimon_Adventure_02 -5: http://dbpedia.org/resource/Straight-five_engine

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/dbpedia-spotlight/dbpedia-spotlight-model/issues/18, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AMA9nO9dYpzcgt459OqHaSJXzv9xgWlSks5s2WsCgaJpZM4QdHRV.

ShomyLiu commented 6 years ago

@beyzayaman
Yes, What I mean is that if some words in a text are numbers, they would be annotate to some entities. image