Python Client for DLTK.


License
MIT
Install
pip install dltkai==1.1.2

Documentation

DLTK SDK (Python)

Python 3.5

DLTK renders a comprehensive spectrum of solutions that can be accessed by users on-demand from our pool of transformational technologies.

Installation

DLTK SDK requires Python 3.5 + .

Install the dltk library:

pip install -U dltkai
from dltkai.NaturalLanguage import sentiment_detect
response = sentiment_detect('I am feeling good.')
print(response)

For more details, visit https://dltk.ai/