Metadata-Version: 2.1
Name: parseridge
Version: 0.1.0
Summary: A transition-based dependency parser backed by attention mechanisms.
License: Apache-2.0
Author: Johannes Gontrum
Author-email: j@gontrum.me
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: conllu (>=1.3,<1.4)
Requires-Dist: dataclasses (>=0.7,<0.8); python_version >= "3.6" and python_version < "3.7"
Requires-Dist: pygsheets (>=2.0,<3.0)
Requires-Dist: pyyaml (>=5.1,<6.0)
Requires-Dist: torch (==1.3.0); python_version >= "3.6" and python_version < "3.7"
Requires-Dist: torch (>=1.3.0,<2.0.0); python_version >= "3.7" and python_version < "4.0"
Requires-Dist: torchvision (>=0.3.0,<0.4.0)
Requires-Dist: tqdm (>=4.32,<5.0)
