1 Star 0 Fork 0

Alessa-mo/diaparser

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
Giuseppe Attardi 提交于 2021-03-24 17:35 . Update setup.py
# -*- coding: utf-8 -*-
from setuptools import find_packages, setup
setup(
name='diaparser',
version='1.1.2',
author='Yu Zhang, Giuseppe Attardi',
author_email='yzhang.cs@outlook.com, attardi@di.unipi.it',
description='Direct Attentive Dependency Parser',
long_description=open('README.md', 'r').read(),
long_description_content_type='text/markdown',
url='https://github.com/Unipisa/diaparser',
packages=find_packages(),
classifiers=[
'Programming Language :: Python :: 3',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
'Topic :: Text Processing :: Linguistic'
],
setup_requires=[
'setuptools>=18.0',
],
install_requires=['torch>=1.6', 'transformers', 'nltk', 'stanza', 'numpy==1.19.4'],
entry_points={
'console_scripts': [
'diaparser=diaparser.cmds.biaffine_dependency:main',
]
},
python_requires='>=3.6',
zip_safe=False
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/alessa-mo/diaparser.git
git@gitee.com:alessa-mo/diaparser.git
alessa-mo
diaparser
diaparser
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385