Skip to content

Releases: kavgan/ROUGE-2.0

Minor bug fix release

06 Apr 17:14
Compare
Choose a tag to compare

This release is in relation to a stopword bugfix.

ROUGE 2.0 Version 1.2

02 Mar 22:11
27e76bf
Compare
Choose a tag to compare
  • 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

ROUGE-2.0 version 1.0

19 Feb 05:19
e157443
Compare
Choose a tag to compare

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