Metadata-Version: 2.1
Name: atman-kg-nlp
Version: 0.1.20
Summary: a nlp toolkit package for atman corp
Home-page: UNKNOWN
Author: Jiang Shan
Author-email: jiangshan@atman360.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: nltk (>=3.3)
Requires-Dist: spacy (==2.1.3)
Requires-Dist: jieba
Requires-Dist: stanfordnlp
Provides-Extra: cpu
Requires-Dist: tensorflow (==1.12.0) ; extra == 'cpu'
Requires-Dist: benepar[cpu] ; extra == 'cpu'
Provides-Extra: gpu
Requires-Dist: tensorflow-gpu (==1.12.0) ; extra == 'gpu'
Requires-Dist: benepar[gpu] ; extra == 'gpu'

This is nlp package for knowledge graph work in atman corp.
After install this package, users should download spacy model by themself. Pls 
refer spacy homepage for details.


