Metadata-Version: 2.0
Name: geneea-nlp-client
Version: 0.5.1
Summary: The SDK library and command-line interface to Geneea Interpretor, an NLP REST API.
Home-page: https://geneea.com
Author: Geneea Analytics s.r.o
Author-email: support@geneea.com
License: UNKNOWN
Project-URL: Documentation, https://help.geneea.com/sdk/index.html
Project-URL: Source Code, https://bitbucket.org/geneea/sdk
Keywords: geneea python interpretor nlp nlu api cli
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: Apache Software License
Description-Content-Type: text/markdown
Provides-Extra: examples
Requires-Dist: requests (~=2.22)
Requires-Dist: retrying (~=1.3)
Provides-Extra: examples
Requires-Dist: pandas (>=0.22); extra == 'examples'

# Geneea Interpretor Client

Interpretor is a Natural Language Processing platform which helps the users leverage their text data. Features include 

- language detection
- entity recognition
- semantic tagging
- sentiment analysis

This package contains Python SDK which enables easy integration of Interpretor [General NLP REST API](https://help.geneea.com/api_general/index.html#api-general) with your code.

For detailed information, please [read the docs](https://help.geneea.com/sdk/index.html).


