errant

View on PyPIReverse Dependencies (0)

3.0.0 errant-3.0.0-py3-none-any.whl

Wheel Details

Project: errant
Version: 3.0.0
Filename: errant-3.0.0-py3-none-any.whl
Download: [link]
Size: 499279
MD5: 527e66f143e1456cdec563198433d3ed
SHA256: 729a9e59be653572fb9854b78011350cc8d8861245e48652053d0ac3e063df1e
Uploaded: 2023-11-04 07:34:57 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: errant
Version: 3.0.0
Summary: The ERRor ANnotation Toolkit (ERRANT). Automatically extract and classify edits in parallel sentences.
Author: Christopher Bryant, Mariano Felice
Author-Email: christopher.bryant[at]cl.cam.ac.uk
Home-Page: https://github.com/chrisjbryant/errant
License: MIT
Keywords: automatic annotation,grammatical errors,natural language processing
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Text Processing :: Linguistic
Requires-Python: >= 3.7
Requires-Dist: spacy (<4,>=3.2.0)
Requires-Dist: rapidfuzz (>=3.4.0)
Description-Content-Type: text/markdown
License-File: LICENSE.md
[Description omitted; length: 11786 characters]

WHEEL

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

RECORD

Path Digest Size
errant/__init__.py sha256=sfYDxTtin0kLkswcUCJJjSA75y6lkfEc1dXXOjwDbsc 859
errant/alignment.py sha256=jxt27LjgZCs7K-v4h9m13GUkC5XzqiOhlwweZ6PmLCs 7294
errant/annotator.py sha256=dM-rBMdUbNmW07K5Nv6Fwyt-j5G-5fXkvQU-3QRX5Dg 3785
errant/edit.py sha256=X6EuCbXSUG9eQFKRSLV2jDFQ4TcRj-gtNQYu4BlQDF4 2352
errant/commands/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
errant/commands/compare_m2.py sha256=cNBIi898O3-P3QjC0gGMUcOb_NyAj-tVuVuLaYJZhac 17497
errant/commands/m2_to_m2.py sha256=ijjkjim3BLzDq6fpQXTpMs5Lg-afi6QQR8C4i97Mdmc 8020
errant/commands/parallel_to_m2.py sha256=mobAJrNV5X1LNknNj7UAsoiQ8fLj7WEfDUG5zKdL7WU 3737
errant/en/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
errant/en/classifier.py sha256=HXXObBCqEgCtykTerCIOKoV588CKcb6q6QnD17DSuW4 22283
errant/en/lancaster.py sha256=fc5ki0964uGKvUZN1mUxar8LcJVduGsuEsXMkI0H7fE 12340
errant/en/merger.py sha256=qI0xUabRKkKXsVJVnMdIdfO-0F4yQS-uyM7x8RHGDM0 5806
errant/en/resources/README.md sha256=-RqU6i6GxbiGRp1XdAEe5W4n5h95JaQ32uE7JE5qagc 1040
errant/en/resources/en-ptb_map sha256=k_lqDRkD7r7lMLpISmSWu72qZiKtaKXw6hiZ3l761Pw 394
errant/en/resources/en_GB-large.txt sha256=deGFEEm9Re7FW2KXzl4i5zsxuT9amq2xvm3o3Ua9i1g 1839291
errant-3.0.0.dist-info/LICENSE.md sha256=6gUD7wL-IKJXdQfBzKgnNrj5o5MKYPVIYxGSIKr5tIM 1092
errant-3.0.0.dist-info/METADATA sha256=FAmU6-4Xhmks9dHdy8KN_OPGrYu10oQo0uAzKKnmbEE 13093
errant-3.0.0.dist-info/WHEEL sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0 92
errant-3.0.0.dist-info/entry_points.txt sha256=phZsyi1imTBizi9A4xAOK0s9p7bdU_nVUZ-B-5ZZPeM 163
errant-3.0.0.dist-info/top_level.txt sha256=Bz8w_Idi7RYECQFeu9MWctO8ek8K0honciqjay0w0AA 7
errant-3.0.0.dist-info/RECORD

top_level.txt

errant

entry_points.txt

errant_compare = errant.commands.compare_m2:main
errant_m2 = errant.commands.m2_to_m2:main
errant_parallel = errant.commands.parallel_to_m2:main