1 Star 0 Fork 49

过坷 / FoolNLTK

forked from Rocky / FoolNLTK 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 527 Bytes
一键复制 编辑 原始数据 按行查看 历史
郑午 提交于 2020-02-17 09:39 . add bert
#!/usr/bin/env python
# -*- coding:utf-8 -*-
from distutils.core import setup
setup(name = 'foolnltk',
version = '0.1.7',
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/chen661/FoolNLTK.git
git@gitee.com:chen661/FoolNLTK.git
chen661
FoolNLTK
FoolNLTK
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891