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

Fix Bleu Score smoothing function from taking log(0) #2839

Merged
merged 6 commits into from Oct 14, 2021

Commits on Oct 3, 2021

  1. Add conditional to prevent log(0)

    Robby Horvath committed Oct 3, 2021
    Copy the full SHA
    24e2e6f View commit details
    Browse the repository at this point in the history
  2. Add name to AUTHORS.md

    Robby Horvath committed Oct 3, 2021
    Copy the full SHA
    59f2c2c View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Merge branch 'develop' of https://github.com/nltk/nltk into hotfix/bl…

    …eu-score-log-zero
    Robby Horvath committed Oct 5, 2021
    Copy the full SHA
    a6e7c51 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Add smoothin 4 test

    Robby Horvath committed Oct 6, 2021
    Copy the full SHA
    5104dba View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Copy the full SHA
    239c7f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Copy the full SHA
    93fe3c4 View commit details
    Browse the repository at this point in the history