-
Notifications
You must be signed in to change notification settings - Fork 37
Home
RicardoUsbeck edited this page Sep 15, 2014
·
21 revisions
- What is AGDISTIS?
- Asking the AGDISTIS webservice
- Running your own AGDISTIS webservice
- Improvement ideas for AGIDISTIS
AGDISTIS is now more efficient, faster and especially easier to configure.
- we are currently improving maintainability of AGDISTIS by doing a light version of it
- for all experiments as described in "AGDISTIS - Graph-Based Disambiguation of Named Entities using Linked Data by Ricardo Usbeck, Axel-Cyrille Ngonga Ngomo, Sören Auer, Daniel Gerber und Andreas Both in International Semantic Web Conference" have a look at commit #80 or release v0.0.1
Since July 2014 we also provide a Chinese endpoint:
curl --data-urlencode "text='The <entity>shanghai</entity> in <entity>北京市</entity>.'" -d type='agdistis' http://139.18.2.164:8080/AGDISTIS_ZH
and a German endpoint:
curl --data-urlencode "text='Die Stadt <entity>Dresden</entity> liegt in <entity>Sachsen</entity>.'" -d type='agdistis' http://139.18.2.164:8080/AGDISTIS_DE