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

giacbrd giacbrd Last update: Apr 28, 2021
https://travis-ci.org/giacbrd/python-dandelion-eu.svg?branch=masterhttps://coveralls.io/repos/SpazioDati/python-dandelion-eu/badge.png?branch=masterLatest PyPI version

python-dandelion-eu

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

>>> 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.

Subscribe to our newsletter