rouge-score
Pure python implementation of ROUGE-1.5.5.
Pure python implementation of ROUGE-1.5.5.
To install this package, run one of the following:
A naive python implementation of the original perl package, ROUGE from Google-Research.
This is a native python implementation of ROUGE, designed to replicate results from the original perl package.
Maintainers may be contacted at [email protected].
ROUGE was originally introduced in the paper:
Lin, Chin-Yew. ROUGE: a Package for Automatic Evaluation of Summaries. In Proceedings of the Workshop on Text Summarization Branches Out (WAS 2004), Barcelona, Spain, July 25 - 26, 2004.
There are ROUGE implementations available for Python, however some are not native python due to their dependency on the perl script, and others provide differing results when compared with the original implementation. This makes it difficult to directly compare with known results.
This package is designed to replicate perl results. It implements:
Note that not all options provided by the original perl ROUGE script are supported, but the subset of options that are implemented should replicate the original functionality.
Summary
Pure python implementation of ROUGE-1.5.5.
Last Updated
Jun 10, 2024 at 08:34
License
Apache-2.0
Total Downloads
11.5K
Supported Platforms
GitHub Repository
https://github.com/google-research/google-research/tree/master/rouge