Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implements a flag to allow ignoring of empty hypotheses #18

Merged
merged 3 commits into from
Sep 19, 2018

Commits on Sep 13, 2018

  1. Implements a flag to allow ignoring of empty hypotheses

    Empty strings passed for evaluation (common during early stages of training and evaluation) raise an Assertion Error unless the `ignore_empty` argument of the `get_scores` method of the `Rouge` class is set to True.
    veskoch committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    01f82d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. fixing pep8 error

    pltrdy committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    62f2682 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c12462d View commit details
    Browse the repository at this point in the history