ersatz

View on PyPIReverse Dependencies (0)

1.0.0 ersatz-1.0.0-py3-none-any.whl

Wheel Details

Project: ersatz
Version: 1.0.0
Filename: ersatz-1.0.0-py3-none-any.whl
Download: [link]
Size: 27554
MD5: 671b452570f54faaaeddac4c77974a39
SHA256: 7eb2d47b0fe41791d1142b41797caeb58b05f7d09fd331546445f53976d31ada
Uploaded: 2021-07-02 00:22:27 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: ersatz
Version: 1.0.0
Summary: Simple sentence segmentation toolkit for segmenting and scoring
Author: Rachel Wicks
Author-Email: rewicks[at]jhu.edu
Maintainer-Email: rewicks[at]jhu.edu
Home-Page: https://github.com/rewicks/ersatz
License: Apache License 2.0
Keywords: sentence segmenation, data processing, preprocessing, evaluation, NLP, natural language processing, computational linguistics
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Text Processing
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3
Requires-Dist: torch (==1.7.1)
Requires-Dist: sentencepiece (==0.1.95)
Requires-Dist: tensorboard (==2.4.1)
Requires-Dist: progressbar2
Requires-Dist: typing; python_version < "3.5"
[Description omitted; length: 204 characters]

WHEEL

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

RECORD

Path Digest Size
ersatz/__init__.py sha256=6HGWb19sAgUNd4lfGJ4t_PG7W9hLaAa9VBFLk4VbOJI 897
ersatz/candidates.py sha256=U3ULgWvN9il6GWlhnAPSvQCKhszRB0c-8cmWUDHjg7I 3201
ersatz/dataset.py sha256=2hRxPQuBOy9G_rtRgKG1nrG8BajgwXAZMLvuB2msur0 11368
ersatz/determiner.py sha256=EnUbxmJKzuOk5x3wrF1u95e23GQASsQNaAq_RxQCnSI 3205
ersatz/model.py sha256=caOl5xbyawbgBk1o8W1yl_Y7elJZiHu7MeVoL0DppR8 4678
ersatz/score.py sha256=i381kt4TDtsYK-ZkH0PectBxKGKr1u4LOdXHJ34vQU8 7183
ersatz/split.py sha256=t-DpnqDwE8ADP7cq_SqN0Lab9LiVaQnqR4cghygDi40 12778
ersatz/subword.py sha256=x1b_BTu7xL1r2A__cCOA9-bEEuyFW1RCb_hPXW-Uxlc 4026
ersatz/trainer.py sha256=_wFHaQIIYp5Y1ZMowzEESukta2E4Z1Cfy8OJQIDt0nQ 18361
ersatz/utils.py sha256=ENRx2mQE6vnob1TMI8ILZ3tXM2q5cJJlTVK6WJbHWxw 13107
ersatz-1.0.0.dist-info/LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
ersatz-1.0.0.dist-info/METADATA sha256=IW1HVv2lDc4iGeq7809cRK7lxutVHE3C9gznoFJOd0M 1265
ersatz-1.0.0.dist-info/WHEEL sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA 92
ersatz-1.0.0.dist-info/entry_points.txt sha256=rh7EATpN32LRQb4Y8Y9mh_9nZ9Ar9B7E_-3GlM1xVvI 154
ersatz-1.0.0.dist-info/top_level.txt sha256=rJOB287mNA2p-nN_ICCCTB5zV2NyRVLCwb9mruw7h4s 7
ersatz-1.0.0.dist-info/RECORD

top_level.txt

ersatz

entry_points.txt

ersatz = ersatz.split:main
ersatz_preprocess = ersatz.dataset:main
ersatz_score = ersatz.score:main
ersatz_train = ersatz.trainer:main