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 Reference Structure for Basic BLEU calculation #74

Merged
merged 6 commits into from Feb 11, 2022
Merged

Fix Reference Structure for Basic BLEU calculation #74

merged 6 commits into from Feb 11, 2022

Commits on Feb 11, 2022

  1. Change Structure for BLEU Single Ref-Pred

    The wrapped function expects a slightly different reference structure
    than the one we give in Single Ref-Pred method. A small structure change
    fixes the issue.
    
    Single Pred Multi Ref method no longer calls the previous method to
    avoid the unneeded structure change, and instead calculates its BLEU
    score directly
    Sophylax committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    37e590b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cf0ed7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    106f887 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a401011 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a70345 View commit details
    Browse the repository at this point in the history
  6. Code Formatting

    Sophylax committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    e9db505 View commit details
    Browse the repository at this point in the history