1 Star 0 Fork 4

chanvictoire/cnsenti

forked from hidadeng/cnsenti 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 986 Bytes
一键复制 编辑 原始数据 按行查看 历史
hidadeng 提交于 2020-04-12 12:10 . Add files via upload
from setuptools import setup
import setuptools
setup(
name='cnsenti', # 包名字
version='0.0.4', # 包版本
description='中文情感分析库(Chinese Sentiment))可对文本进行情绪分析、正负情感分析。', # 简单描述
author='大邓', # 作者
author_email='thunderhit@qq.com', # 邮箱
url='https://github.com/thunderhit/eventextraction', # 包的主页
packages=setuptools.find_packages(),
package_data = {'':['dictionary/hownet/*.pkl','dictionary/dutir/*.pkl']}, #所有目录下的pkl词典文件
install_requires=['jieba', 'numpy'],
python_requires='>=3.5',
license="MIT",
keywords=['chinese text analysis', 'text analysis', 'sentiment', 'sentiment analysis', 'natural language processing'],
long_description=open('README.md').read(), # 读取的Readme文档内容
long_description_content_type="text/markdown") # 指定包文档格式为markdown
#py_modules = ['eventextraction.py']
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/victoire/cnsenti.git
git@gitee.com:victoire/cnsenti.git
victoire
cnsenti
cnsenti
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385