Metadata-Version: 2.4
Name: docling-metrics-text
Version: 0.5.0
Summary: Text metrics
Project-URL: homepage, https://github.com/docling-project/docling-metrics
Project-URL: repository, https://github.com/docling-project/docling-metrics
Project-URL: issues, https://github.com/docling-project/docling-metrics/issues
Author-email: Nikos Livathinos <nli@zurich.ibm.com>, Christoph Auer <cau@zurich.ibm.com>, Peter Staar <taa@zurich.ibm.com>
License-Expression: MIT
Keywords: BLEU, edit-distance, METEOR, precision, recall, f1,cpp,docling,evaluation,example,metrics,text
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: <4.0,>=3.10
Requires-Dist: docling-metrics-core>=0.0.1
Requires-Dist: evaluate<0.5.0,>=0.4.3
Requires-Dist: nltk<4.0.0,>=3.9.1
Requires-Dist: pydantic
Requires-Dist: rapidfuzz
Description-Content-Type: text/markdown

# Docling metric for text

Fast implementations of the following text metrics:


## Overview

- BLEU
- edit-distance
- METEOR
- Precision
- Recall
- F1

