1 Star 1 Fork 1

homer_1943/cutword

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 630 Bytes
一键复制 编辑 原始数据 按行查看 历史
#! -*- coding: utf-8 -*-
from setuptools import setup, find_packages
setup(
name='cutword',
version='0.1.1',
python_requires='>=3',
description='Just Cut Word Faster',
long_description=open('README.md', encoding="utf-8").read(),
long_description_content_type='text/markdown',
license='Apache License 2.0',
url='https://github.com/liwenju0/cutword',
author='liwenju',
author_email='liwenjudetiankong@126.com',
install_requires=['numpy', 'tqdm', 'pyahocorasick'],
packages=find_packages(),
package_data={'cutword': ['*.txt', '*.json', '*.pth']},
include_package_data=True
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/homer-1943/cutword.git
git@gitee.com:homer-1943/cutword.git
homer-1943
cutword
cutword
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385