Metadata-Version: 2.0
Name: retinasdk
Version: 1.0.0
Summary: Client library for accessing Cortical.io's Retina API.
Home-page: https://github.com/cortical-io/retina-sdk.py
Author: cortical.io Team
Author-email: teamvienna@cortical.io
License: BSD
Keywords: semantic text processing language
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Text Processing :: Linguistic
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Requires-Dist: requests

**Cortical.io's Retina API** allows the user to perform semantic operations on text. One can 
for example:

* measure the semantic similarity between two written entities
* create a semantic classifier based on positive and negative example texts
* extract keywords from a text
* divide a text into sub-sections corresponding to semantic changes
* extract terms from a text based on part of speech tags

The meaning of terms and texts is stored in a sparse binary representation that allows the user to apply logical 
operators to refine the semantic representation of a concept.

You can read more about the technology at the `documentation page <http://documentation.cortical.io/intro.html>`_.

To access the API, you will need to register for an `API key  <http://www.cortical.io/resources_apikey.html>`_.


