文件名称:CommentsAnalyzer:简单的python库,能够分析给定文本的音调
文件大小:50KB
文件格式:ZIP
更新时间:2024-06-18 09:03:19
Python
评论分析器 ================ 介绍: 这个项目的目的是提供一个简单的api,可以实时分析用户评论的音调。 用法示例: 培训示例: import comments_analyzer . common . file_util as f from comments_analyzer . text . language_model import RUSSIAN from comments_analyzer . text . text_parser import TextParser from comments_analyzer . training import do_training comments = [] answers = [] text_parser = TextParser ( RUSSIAN ) n_e_classifier , p_n_classifier
【文件预览】:
CommentsAnalyzer-master
----LICENCE.md(553B)
----res()
--------initial_mappings()
----setup.py(564B)
----README.md(2KB)
----comments_analyzer()
--------common()
--------process.py(2KB)
--------test.py(3KB)
--------text()
--------sentiment_estimation.py(1KB)
--------datamining()
--------ai()
--------__init__.py(2KB)
--------training.py(4KB)