rouge-scoreEasy Playground

ROUGE metrics for evaluating text summarization quality

Getting started with rouge-scoreRun locally
Install
pip install rouge-score
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: rouge_score)

rouge-score is a third-party package. ROUGE metrics for evaluating text summarization quality. Install with: pip install rouge-score

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?