Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: pltrdy/rouge

rouge 1.0.1: results on par with official release, additional features and fixes.

17 Feb 17:27

Choose a tag to compare

Minor fixes, multi_rouge, metric flags and ignore empty

17 Apr 08:29

Choose a tag to compare

  • Introducing multi-Rouge: an efficient way to measure multiple scores with same sequences (in particular multi-references) (#29)
  • New flags for setting metric/stats from the command line (#25)
  • Example scores updated (#21)
  • New flag to ignore empty sequences (#18)

Fixing setup.py

28 Jun 13:20
8255cac

Choose a tag to compare

Merge pull request #16 from pltrdy/fix_setup

Dont import module in setup anymore

Multi-sentences scoring and better Python 2 support

16 May 10:12

Choose a tag to compare

  • We fixed an error occuring in ROUGE-L calculation in the context of sequences with multiple sentences. (see PR#6)
  • Better Python 2 support by using common libraries:
    • six to handle strings (#12)
    • io to read files (#13)

Python2 support

22 Mar 16:47

Choose a tag to compare

0.2.1

0.2.1: python2 support

0.2: Introducing ROUGE: A full Python Implementation of the ROUGE Metric

16 Mar 17:39

Choose a tag to compare

We provide a useful and fast module for ROUGE scoring as well as a
command to use it directly from the shell.