-
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/AGDISTIS
or if you want to use a larger text file:
curl --data-urlencode "[email protected]" -d type=agdistis http://akswnc9.informatik.uni-leipzig.de:8113/AGDISTIS
Please 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/AGDISTIS
German (DE)
curl --data-urlencode "text='<entity>Barack Obama</entity> is in <entity>Leipzig</entity>.'" -d type='agdistis' http://akswnc9.informatik.uni-leipzig.de:8114/AGDISTIS
Spanish (ES)
curl --data-urlencode "text='<entity>Barack Obama</entity> is in <entity>Leipzig</entity>.'" -d type='agdistis' http://akswnc9.informatik.uni-leipzig.de:8115/AGDISTIS
French (FR)
curl --data-urlencode "text='<entity>Barack Obama</entity> is in <entity>Leipzig</entity>.'" -d type='agdistis' http://akswnc9.informatik.uni-leipzig.de:8116/AGDISTIS
Italian (IT)
curl --data-urlencode "text='<entity>Barack Obama</entity> is in <entity>Leipzig</entity>.'" -d type='agdistis' http://akswnc9.informatik.uni-leipzig.de:8117/AGDISTIS
Japanese (JA)
curl --data-urlencode "text='<entity>Barack Obama</entity> is in <entity>Leipzig</entity>.'" -d type='agdistis' http://akswnc9.informatik.uni-leipzig.de:8118/AGDISTIS
Dutch (NL)
curl --data-urlencode "text='<entity>Barack Obama</entity> is in <entity>Leipzig</entity>.'" -d type='agdistis' http://akswnc9.informatik.uni-leipzig.de:8119/AGDISTIS
Portuguese (PT)
curl --data-urlencode "text='<entity>Barack Obama</entity> is in <entity>Leipzig</entity>.'" -d type='agdistis' http://akswnc9.informatik.uni-leipzig.de:8220/AGDISTIS
Chinese (ZH)
curl --data-urlencode "text='<entity>Barack Obama</entity> is in <entity>Leipzig</entity>.'" -d type='agdistis' http://139.18.2.164:8080/AGDISTIS_ZH
English 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/AGDISTIS
The deployed webservice does not reflect the optimal parametrization of AGDISTIS as published.