Metadata-Version: 2.1
Name: atman-kg-nlp
Version: 0.0.11
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
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)
Provides-Extra: cpu
Requires-Dist: tensorflow ; extra == 'cpu'
Requires-Dist: benepar[cpu] ; extra == 'cpu'
Provides-Extra: gpu
Requires-Dist: tensorflow-gpu ; extra == 'gpu'
Requires-Dist: enepar[gpu] ; extra == 'gpu'

This is nlp package for knowledge graph work in atman corp.
After install this package, users should download spacy model and benepar model
 by themself. As for details please refer the official page of spacy project 
 and benepar project


