Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/giacbrd/python-dandelion-eu

A python client for connecting to all the services provided by https://dandelion.eu
https://github.com/giacbrd/python-dandelion-eu

api api-client api-wrapper entity-extraction entity-linking language-detection machine-learning python semantic-analysis semantic-similarity sentiment-analysis text-analysis text-classification text-mining text-similarity wikification wikipedia wikipedia-api

Last synced: 18 days ago
JSON representation

A python client for connecting to all the services provided by https://dandelion.eu

Awesome Lists containing this project

README

        

.. image:: https://travis-ci.org/giacbrd/python-dandelion-eu.svg?branch=master
:target: https://travis-ci.org/giacbrd/python-dandelion-eu

.. image:: https://coveralls.io/repos/SpazioDati/python-dandelion-eu/badge.png?branch=master
:target: https://coveralls.io/r/SpazioDati/python-dandelion-eu?branch=master

.. image:: https://img.shields.io/pypi/v/dandelion-eu
:target: https://pypi.python.org/pypi/dandelion-eu/
:alt: Latest PyPI version

.. _PyPI: https://pypi.python.org/pypi/dandelion-eu/
.. _ReadTheDocs: http://python-dandelion-eu.readthedocs.org/
.. _dandelion: https://dandelion.eu/accounts/register/?next=/
.. _dandelion.eu: http://dandelion.eu/

python-dandelion-eu
===================

Bring the power of the dandelion.eu_ semantic to your python applications and scripts!
Semantic in python couldn't be easier.

.. code-block:: py

>>> from dandelion import DataTXT
>>> datatxt = DataTXT(token='YOUR_TOKEN')
>>> response = datatxt.nex('The doctor says an apple is better than an orange')
>>> for annotation in response.annotations:
print(annotation)
...

Register on dandelion_ to obtain your authentication token and enrich your application with our semantic intelligence.

Installation
------------

``dandelion-eu`` is available on PyPI_ install it simply with::

pip install dandelion-eu

Documentation
-------------

Documentation is available on ReadTheDocs_.