Python bindings for AGDISTIS - Multilingual Disambiguation of Named Entities Using Linked Data.
Project description
============
AGDISTIS Py
============
Python bindings for AGDISTIS web service: http://agdistis.aksw.org/demo/
Usage
=========
In [1]: from agdistispy.agdistis import Agdistis
In [2]: ag = Agdistis()
In [3]: ag.disambiguate("<entity>Austria</entity>")
Out[3]:
[{u'disambiguatedURL': u'http://dbpedia.org/resource/Austria',
u'namedEntity': u'Austria',
u'offset': 7,
u'start': 0}]
Contributors
=========
* Ivan Ermilov (AKSW/BIS/UPB)
Notes
=========
The source code is available from:
https://github.com/earthquakesan/agdistispy
AGDISTIS Py
============
Python bindings for AGDISTIS web service: http://agdistis.aksw.org/demo/
Usage
=========
In [1]: from agdistispy.agdistis import Agdistis
In [2]: ag = Agdistis()
In [3]: ag.disambiguate("<entity>Austria</entity>")
Out[3]:
[{u'disambiguatedURL': u'http://dbpedia.org/resource/Austria',
u'namedEntity': u'Austria',
u'offset': 7,
u'start': 0}]
Contributors
=========
* Ivan Ermilov (AKSW/BIS/UPB)
Notes
=========
The source code is available from:
https://github.com/earthquakesan/agdistispy
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
agdistispy-1.0.5.tar.gz
(5.7 kB
view hashes)