ROUGE 2.0 Versions Save

ROUGE automatic summarization evaluation toolkit. Support for ROUGE-[N, L, S, SU], stemming and stopwords in different languages, unicode text evaluation, CSV output.

v1.2.1

6 years ago

This release is in relation to a stopword bugfix.

v1.2

6 years ago
  • Support for ROUGE-S, ROUGE-SU, ROUGE-L (on top of ROUGE-N)
  • Ability to evaluate multiple metrics at one go
  • Adjustable beta value for F-Score computation
  • Minor code refactoring
  • Improved log output

v1.0

6 years ago

ROUGE-2.0 v1.0 supports:

  • Evaluation of ROUGE-N (unigram, bigrams, trigrams, etc)
  • Stemming for different languages
  • Stopword removal with customizable stop words
  • Evaluation of unicode texts (e.g. Persian)
  • Minimal formatting requirements for system and reference summaries
  • ROUGE output in CSV – this makes it super easy for score analysis
  • Full documentation and support via GitHub Issues and RxNLP Q&A