文件名称:Python-小明NLP轻量级中文自然语言处理工具
文件大小:23.01MB
文件格式:ZIP
更新时间:2022-08-30 00:12:51
Python开发-自然语言处理
A Lightweight Chinese Natural Language Processing Toolkit,提供中文分词, 中文词性标注, 文本纠错,文本转拼音,情感分析...
【文件预览】:
SeanLee97-xmnlp-25e7c1b
----MANIFEST.in(62B)
----.bumpversion.cfg(99B)
----requirements.txt(14B)
----examples()
--------sentiment.py(2KB)
--------trainer_sentiment.py(2KB)
--------radical.py(1KB)
--------pinyin.py(2KB)
--------tag.py(2KB)
--------trainer_checker.py(2KB)
--------seg.py(2KB)
--------corpus()
--------trainer_default.py(1KB)
--------stopword.txt(22B)
--------userdict.txt(51B)
--------summary.py(2KB)
--------checker.py(2KB)
----xmnlp()
--------pinyin()
--------utils()
--------postag()
--------__init__.py(4KB)
--------config()
--------checker()
--------module.py(2KB)
--------stopword.txt(11KB)
--------summary()
--------radical()
--------trainer.py(3KB)
--------sentiment()
----LICENSE(1KB)
----setup.py(4KB)
----README.md(9KB)
----tests()
--------test_xmnlp.py(3KB)
----.gitignore(1KB)