Metadata-Version: 2.1
Name: nlpia
Version: 0.3.0
Summary: Natural Language Processing in Action examples, data, and utilities
Home-page: http://github.com/totalgood/nlpia
Author: Hobson Lane, Cole Howard, Hannes Hapke, Zachary Kent
Author-email: nlpia@totalgood.com
License: mit
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Topic :: Text Processing :: Filters
Classifier: Topic :: Text Processing :: General
Classifier: Topic :: Text Processing :: Indexing
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Dist: future
Requires-Dist: jupyter
Requires-Dist: h5py
Requires-Dist: matplotlib
Requires-Dist: nltk
Requires-Dist: pandas
Requires-Dist: pypandoc
Requires-Dist: plotly
Requires-Dist: python-Levenshtein
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: seaborn
Requires-Dist: tqdm
Requires-Dist: gensim
Requires-Dist: pandas-datareader
Requires-Dist: pugnlp
Requires-Dist: tensorflow
Requires-Dist: keras
Requires-Dist: regex
Requires-Dist: spacy
Requires-Dist: lxml
Requires-Dist: html2text
Requires-Dist: html5lib
Provides-Extra: all
Requires-Dist: nlpia[deep] ; extra == 'all'
Requires-Dist: nlpia[chat] ; extra == 'all'
Requires-Dist: nlpia[twitter] ; extra == 'all'
Requires-Dist: nlpia[voice] ; extra == 'all'
Provides-Extra: chat
Requires-Dist: aichat ; extra == 'chat'
Requires-Dist: will ; extra == 'chat'
Requires-Dist: redis ; extra == 'chat'
Requires-Dist: ChatterBot ; extra == 'chat'
Requires-Dist: lxml ; extra == 'chat'
Requires-Dist: aiml ; extra == 'chat'
Provides-Extra: deep
Requires-Dist: keras ; extra == 'deep'
Requires-Dist: tensorflow ; extra == 'deep'
Requires-Dist: annoy ; extra == 'deep'
Requires-Dist: gensim ; extra == 'deep'
Provides-Extra: twitter
Requires-Dist: tweepy ; extra == 'twitter'
Requires-Dist: twython ; extra == 'twitter'

README.rst


