2 Star 0 Fork 1

刘小龙 / TextRank4ZH

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
乐天 提交于 2016-10-30 17:16 . v0.3
# -*- coding: utf-8 -*-
from distutils.core import setup
LONGDOC = """
Please go to https://github.com/someus/TextRank4ZH for more info.
"""
setup(
name='textrank4zh',
version='0.3',
description='Extract keywords and abstract Chinese article',
long_description=LONGDOC,
author='Letian Sun',
author_email='sunlt1699@gmail.com',
url='https://github.com/someus/TextRank4ZH',
license="MIT",
classifiers=[
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Natural Language :: Chinese (Simplified)',
'Natural Language :: Chinese (Traditional)',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Topic :: Text Processing',
'Topic :: Text Processing :: Linguistic',
],
keywords='NLP,Chinese,Keywords extraction, Abstract extraction',
install_requires=['jieba >= 0.35', 'numpy >= 1.7.1', 'networkx >= 1.9.1'],
packages=['textrank4zh'],
package_dir={'textrank4zh':'textrank4zh'},
package_data={'textrank4zh':['*.txt',]},
)
Python
1
https://gitee.com/liuxiaolongcc/TextRank4ZH.git
git@gitee.com:liuxiaolongcc/TextRank4ZH.git
liuxiaolongcc
TextRank4ZH
TextRank4ZH
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891