dice-group / AGDISTIS

AGDISTIS - Agnostic Named Entity Disambiguation
http://aksw.org/Projects/AGDISTIS.html
GNU Affero General Public License v3.0
141 stars 37 forks source link

German version links #72

Closed renespeck closed 5 years ago

renespeck commented 5 years ago

The German endpoint seems to link always with 'http://aksw.org/notInWiki/'.

renespeck commented 5 years ago

curl --data-urlencode "text='<entity>Barack Obama</entity> is in <entity>Leipzig</entity>.'" -d type='agdistis' http://akswnc9.informatik.uni-leipzig.de:8114/AGDISTIS

[  
   {  
      "disambiguatedURL":"http:\/\/aksw.org\/notInWiki\/BarackObama",
      "offset":12,
      "namedEntity":"Barack Obama",
      "start":1
   },
   {  
      "disambiguatedURL":"http:\/\/aksw.org\/notInWiki\/Leipzig",
      "offset":7,
      "namedEntity":"Leipzig",
      "start":20
   }
]
RicardoUsbeck commented 5 years ago

@renespeck or @DiegoMoussallem can you please ping Carl/Paul on Slack? I guess the wrong index is attached

DiegoMoussallem commented 5 years ago

Hi, @renespeck and @RicardoUsbeck ,

I did it and waiting for an answer.

DiegoMoussallem commented 5 years ago

@renespeck and @RicardoUsbeck it should be working now. Please check it.

renespeck commented 5 years ago

Great thanks. :+1: