1 Star 0 Fork 145

詹晓明 / Jiagu

forked from Yener / Jiagu 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 572 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yener 提交于 2019-12-08 20:18 . update
#!/usr/bin/env python
# -*- coding:utf-8 -*-
from setuptools import setup
setup(name='jiagu',
version='0.2.2',
description='Jiagu Natural Language Processing',
author='Yener(Zheng Wenyu)',
author_email='help@ownthink.com',
url='https://github.com/ownthink/Jiagu',
license='MIT',
packages=['jiagu'],
package_dir={'jiagu': 'jiagu'},
package_data={'jiagu': ['*.*', 'cluster/*', 'data/*', 'model/*',
'normal/*', 'segment/*', 'segment/dict/*','segment/model/*',
'sentiment/*', 'sentiment/model/*', 'topic/*']}
)
Python
1
https://gitee.com/xiaomingzhan/Jiagu.git
git@gitee.com:xiaomingzhan/Jiagu.git
xiaomingzhan
Jiagu
Jiagu
master

搜索帮助