-
Notifications
You must be signed in to change notification settings - Fork 37
Home
RicardoUsbeck edited this page Sep 22, 2014
·
21 revisions
- What is AGDISTIS?
- Asking the AGDISTIS webservice
- Running your own AGDISTIS webservice
- Improvement ideas for AGIDISTIS
Try out our new demo of AGDISTIS: http://agdistis.aksw.org/demo
- Updated to DBpedia 2014
- Faster CSS and JS
Short news: the English version of AGDISTIS has been called 63664 times since deployment in October 2013. Sofar the German and the Chinese endpoint of AGDISTIS have been called 301 respectively 168 times since July 2014.
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