1 Star 0 Fork 49

Hobo丿浪孓丶 / FoolNLTK

forked from Rocky / FoolNLTK 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 527 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rocky 提交于 2018-02-28 10:56 . fix -m output error
#!/usr/bin/env python
# -*- coding:utf-8 -*-
from distutils.core import setup
setup(name = 'foolnltk',
version = '0.1.4',
description = 'Fool Nature Language toolkit ',
author = 'wu.zheng',
author_email = 'rocky.zheng314@gmail.com',
url = 'https://github.com/rockyzhengwu/FoolNLTK',
install_requires=['tensorflow>=1.3.0', 'numpy>=1.12.1'],
packages = ['fool',],
package_dir = {"fool": "fool"},
data_files = [("fool", ["data/map.zip", "data/pos.pb", "data/seg.pb", "data/ner.pb"])]
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/zzp_hobo/FoolNLTK.git
git@gitee.com:zzp_hobo/FoolNLTK.git
zzp_hobo
FoolNLTK
FoolNLTK
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891