Skip to content

Multi-sentences scoring and better Python 2 support

Compare
Choose a tag to compare
@pltrdy pltrdy released this 16 May 10:12
· 57 commits to master since this release
  • 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)