Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 287 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 287 Bytes

ROUGE Python Wrapper for Text Summarization Evaluation

Installation

Install Perl dependencies if not installed in your system yet.

$ cpan -i XML::DOM

Usage

$ python rouge-python.py

$ {'ROUGE-SU4': 0.39065, 'ROUGE-L': 0.4397, 'ROUGE-2': 0.3872, 'ROUGE-1': 0.46268}