rouge and pyrouge
One is a Javascript implementation of ROUGE, while the other is a Python wrapper for the ROUGE package, making them competitors for developers choosing a language-specific ROUGE tool.
About rouge
kenlimmj/rouge
A Javascript implementation of the Recall-Oriented Understudy for Gisting Evaluation (ROUGE) evaluation metric for summaries.
This tool helps developers working on natural language processing projects to automatically evaluate the quality of text summaries. You provide a summary generated by your system and one or more reference summaries written by humans, and it outputs a score indicating how well your summary matches the references. This is designed for software engineers building and testing text summarization algorithms.
About pyrouge
bheinzerling/pyrouge
A Python wrapper for the ROUGE summarization evaluation package
This tool helps researchers and developers working on text summarization evaluate the quality of their automatically generated summaries. It takes your plain text summaries and corresponding 'gold standard' reference summaries, then processes them to produce standardized ROUGE scores. Anyone building or comparing different text summarization models would use this to quantify performance.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work