hopsparser

View on PyPIReverse Dependencies (0)

0.7.1 hopsparser-0.7.1-py3-none-any.whl

Wheel Details

Project: hopsparser
Version: 0.7.1
Filename: hopsparser-0.7.1-py3-none-any.whl
Download: [link]
Size: 48362
MD5: cbbfafc60624e80e6a8b23f098aa677b
SHA256: 6c34fd92a945eb9a63232068ac89d35c3cbe201914f5cdc73dea28df51a85f25
Uploaded: 2023-11-16 20:53:19 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: hopsparser
Version: 0.7.1
Summary: A graph dependency parser to tinker with
Author-Email: Benoît Crabbé <benoit.crabbe[at]univ-paris-diderot.fr>, Loïc Grobol <lgrobol[at]parisnanterre.fr>
Project-Url: Bug Tracker, https://github.com/hopsparser/hopsparser/issues
Project-Url: Changes, https://github.com/hopsparser/hopsparser/blob/main/CHANGELOG.md
Project-Url: Documentation, https://hopsparser.readthedocs.io
Project-Url: Source Code, https://github.com/hopsparser/hopsparser
License: MIT
Keywords: nlp,parsing
Requires-Python: >=3.8
Requires-Dist: bidict
Requires-Dist: boltons
Requires-Dist: click (<9.0.0,>=8.0.4)
Requires-Dist: fastapi
Requires-Dist: fasttext-wheel (~=0.9)
Requires-Dist: loguru
Requires-Dist: pooch
Requires-Dist: protobuf
Requires-Dist: pydantic (<2.6,>=2.0)
Requires-Dist: pydantic-settings (<2.1,>=2.0)
Requires-Dist: pyyaml
Requires-Dist: rich
Requires-Dist: sacremoses
Requires-Dist: sentencepiece
Requires-Dist: torch (!=1.10.0,<2.2.0,>=1.9.0)
Requires-Dist: transformers (!=4.23.0,!=4.23.1,<5.0.0,>=4.19.0)
Requires-Dist: uvicorn
Requires-Dist: spacy (>=3.5); extra == "spacy"
Requires-Dist: hypothesis; extra == "tests"
Requires-Dist: networkx; extra == "tests"
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-assert-utils; extra == "tests"
Requires-Dist: pytest-console-scripts; extra == "tests"
Requires-Dist: pytest-lazy-fixture; extra == "tests"
Requires-Dist: httpx[http2]; extra == "traintools"
Requires-Dist: pandas; extra == "traintools"
Provides-Extra: spacy
Provides-Extra: tests
Provides-Extra: traintools
Description-Content-Type: text/markdown
License-File: LICENCE.md
[Description omitted; length: 2433 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.41.3)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
hopsparser/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
hopsparser/conll2018_eval.py sha256=gYkd1isa_rWi2NAZTso1NvO3yc3YUPS3t9j02adzmh0 29857
hopsparser/deptree.py sha256=JBusPBb5bOgA246K5u3i0TAA7ZcIfcFkRhSOPTIOyqc 12884
hopsparser/lexers.py sha256=3Y6XYP5ypVN-QY_5MsRrNhcY3vKVNq2jDiS15JWTvt0 35328
hopsparser/main.py sha256=78bIQvQRxIY_bAp9IM2X23Qhn3JDEso7njYkBzXuCAM 14697
hopsparser/mst.py sha256=m92VU9-2rZUspcnD4fciy_dqrQf-sStD9lHIKfY5WuA 7978
hopsparser/parser.py sha256=f2LE0DaUdiNKZY4Zw3hfxRW9MDGoiS64F5vfcQt8ieo 53855
hopsparser/server.py sha256=OsbzJtRnB7jDn1gJiY64TVOE6eTYeq2Upc9Ug0hdLZo 2782
hopsparser/spacy_component.py sha256=Ms4-DtsTf4qS3nsT5adburC0tMU4kCFdaWlaYOYgOGE 1116
hopsparser/utils.py sha256=5DXFbxD1DjFsvInL6-u3YYzGqRtiEMS-CY14CKgUQm4 6536
hopsparser-0.7.1.dist-info/LICENCE.md sha256=hi2i_KrGUmaKO_cTRhfmaeCg0xDhKfOjACK9XX8x5LQ 1904
hopsparser-0.7.1.dist-info/METADATA sha256=PmESzrQYcT1l3AxYCiE67yboel8bFGQq-XPznxO4o_w 4090
hopsparser-0.7.1.dist-info/WHEEL sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0 92
hopsparser-0.7.1.dist-info/entry_points.txt sha256=-ZxH7pgNtPfjtde2csib2WGVPtkGGGbwpYeKSY44WTA 95
hopsparser-0.7.1.dist-info/top_level.txt sha256=fwHajB1jbpSUeuxonyy86RgWICZSHPu8BG5-hRhIdpk 11
hopsparser-0.7.1.dist-info/RECORD

top_level.txt

hopsparser

entry_points.txt

eval_parse = hopsparser.conll2018_eval:main
hopsparser = hopsparser.main:cli