1 Star 0 Fork 50

知无涯/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 = '[email protected]',
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"])]
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/zhiwuya/FoolNLTK.git
[email protected]:zhiwuya/FoolNLTK.git
zhiwuya
FoolNLTK
FoolNLTK
master

搜索帮助