Skip to content

Commit

Permalink
Updated credits
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpost committed Jan 20, 2021
1 parent ae25e6f commit 657c98a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
to make two methods behave the same.
- Add smoothing value to BLEU signature (#98)
- dataset: Fix IWSLT links (#128)
- Allow variable number of references for BLEU (only via API) (#130)
- Allow variable number of references for BLEU (only via API) (#130).
Thanks to Ondrej Dusek (@tuetschek)

- 1.4.14 (2020-09-13)
- Added character-based tokenization (`-tok char`).
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Why use this version of BLEU?
- It produces the same values as official script (`mteval-v13a.pl`) used by WMT
- It outputs the BLEU score without the comma, so you don't have to remove it with `sed` (Looking at you, `multi-bleu.perl`)

The official version is hosted at <https://github.com/mjpost/sacrebleu>.

# QUICK START

Install the Python module (Python 3 only)
Expand Down Expand Up @@ -111,7 +113,7 @@ SacreBLEU is licensed under the Apache 2.0 License.

This was all Rico Sennrich's idea.
Originally written by Matt Post.
The official version can be found at <https://github.com/mjpost/sacrebleu>.
New features and ongoing support provided by Martin Popel (@martinpopel) and Ozan Caglayan (@ozancaglayan).

If you use SacreBLEU, please cite the following:

Expand Down

0 comments on commit 657c98a

Please sign in to comment.