代码拉取完成,页面将自动刷新
# -*- 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',]},
)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。