-
Notifications
You must be signed in to change notification settings - Fork 37
2 Asking the webservice
Diego Moussallem edited this page May 30, 2018
·
6 revisions
We deployed AGDISTIS as a RESTful service reachable via the following command:
curl --data-urlencode "text='The <entity>University of Leipzig</entity> in <entity>Barack Obama</entity>.'" -d type='agdistis' http://akswnc9.informatik.uni-leipzig.de:8113/AGDISTISor if you want to use a larger text file:
curl --data-urlencode "text@test.txt" -d type=agdistis http://akswnc9.informatik.uni-leipzig.de:8113/AGDISTISPlease note that every entity you need disambiguated must be recognized beforehand since AGDISTIS is only a entity linker
There are also multilingual endpoints due to the MAG extension:
English (EN)
curl --data-urlencode "text='<entity>Barack Obama</entity> is in <entity>Leipzig</entity>.'" -d type='agdistis' http://akswnc9.informatik.uni-leipzig.de:8113/AGDISTISGerman (DE)
curl --data-urlencode "text='<entity>Barack Obama</entity> is in <entity>Leipzig</entity>.'" -d type='agdistis' http://akswnc9.informatik.uni-leipzig.de:8114/AGDISTISSpanish (ES)
curl --data-urlencode "text='<entity>Barack Obama</entity> is in <entity>Leipzig</entity>.'" -d type='agdistis' http://akswnc9.informatik.uni-leipzig.de:8115/AGDISTISFrench (FR)
curl --data-urlencode "text='<entity>Barack Obama</entity> is in <entity>Leipzig</entity>.'" -d type='agdistis' http://akswnc9.informatik.uni-leipzig.de:8116/AGDISTISItalian (IT)
curl --data-urlencode "text='<entity>Barack Obama</entity> is in <entity>Leipzig</entity>.'" -d type='agdistis' http://akswnc9.informatik.uni-leipzig.de:8117/AGDISTISJapanese (JA)
curl --data-urlencode "text='<entity>Barack Obama</entity> is in <entity>Leipzig</entity>.'" -d type='agdistis' http://akswnc9.informatik.uni-leipzig.de:8118/AGDISTISDutch (NL)
curl --data-urlencode "text='<entity>Barack Obama</entity> is in <entity>Leipzig</entity>.'" -d type='agdistis' http://akswnc9.informatik.uni-leipzig.de:8119/AGDISTISPortuguese (PT)
curl --data-urlencode "text='<entity>Barack Obama</entity> is in <entity>Leipzig</entity>.'" -d type='agdistis' http://akswnc9.informatik.uni-leipzig.de:8220/AGDISTISChinese (ZH)
curl --data-urlencode "text='<entity>Barack Obama</entity> is in <entity>Leipzig</entity>.'" -d type='agdistis' http://139.18.2.164:8080/AGDISTIS_ZHEnglish Wikidata (EN)
curl --data-urlencode "text='<entity>Barack Obama</entity> is in <entity>Leipzig</entity>.'" -d type='agdistis' http://akswnc9.informatik.uni-leipzig.de:8221/AGDISTISThe deployed webservice does not reflect the optimal parametrization of AGDISTIS as published.