Skip to content

Commit

Permalink
Merge pull request #3 from martino/patch-1
Browse files Browse the repository at this point in the history
Updated README
  • Loading branch information
armisael committed May 21, 2014
2 parents 6207124 + 95c82d0 commit 1d5e8f0
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,26 @@

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

Connect to the dandelion.eu API in a very pythonic way!
Bring the power of the dandelion.eu_ semantic and datagem API to your python applications and scripts!
Semantic in python couldn't be easier.


.. code-block:: py
>>> from dandelion import DataTXT
>>> datatxt = DataTXT(app_id='YOUR_APP_ID', app_key='YOUR_APP_KEY')
>>> 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 keys and enrich your application with our semantic intelligence.

Installation
------------
Expand Down

0 comments on commit 1d5e8f0

Please sign in to comment.