52 Star 241 Fork 49

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"])]
)
Python
1
https://gitee.com/rockyzheng/FoolNLTK.git
git@gitee.com:rockyzheng/FoolNLTK.git
rockyzheng
FoolNLTK
FoolNLTK
master

搜索帮助