Metadata-Version: |
2.3 |
Name: |
bleuscore |
Version: |
0.1.3 |
Summary: |
A fast bleu score calculator |
Author: |
Mathew Shen <datahonor@gmail.com> |
Author-Email: |
Mathew Shen <datahonor[at]gmail.com> |
Project-Url: |
Homepage, https://github.com/shenxiangzhuang/bleuscore |
Project-Url: |
Source, https://github.com/shenxiangzhuang/bleuscore |
License: |
MIT |
Keywords: |
NLP,Tokenizer,BLEU,DeepLearning |
Classifier: |
Programming Language :: Rust |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Education |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
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 :: Scientific/Engineering :: Artificial Intelligence |
Requires-Python: |
>=3.8 |
Requires-Dist: |
pytest; extra == "test" |
Requires-Dist: |
pytest-sugar; extra == "test" |
Requires-Dist: |
hypothesis; extra == "test" |
Requires-Dist: |
evaluate; extra == "test" |
Requires-Dist: |
sacrebleu; extra == "test" |
Requires-Dist: |
black; extra == "lint" |
Requires-Dist: |
ruff (~=0.3.7); extra == "lint" |
Provides-Extra: |
test |
Provides-Extra: |
lint |
Description-Content-Type: |
text/markdown; charset=UTF-8; variant=GFM |
License-File: |
LICENSE |