From 657c98a706d5ec350228ec19199e9168b5b16d3a Mon Sep 17 00:00:00 2001 From: Matt Post Date: Tue, 19 Jan 2021 21:13:19 -0500 Subject: [PATCH] Updated credits --- CHANGELOG.md | 3 ++- README.md | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f95eeab5..928390b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`). diff --git a/README.md b/README.md index 84a81929..68cfc34f 100644 --- a/README.md +++ b/README.md @@ -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 . + # QUICK START Install the Python module (Python 3 only) @@ -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 . +New features and ongoing support provided by Martin Popel (@martinpopel) and Ozan Caglayan (@ozancaglayan). If you use SacreBLEU, please cite the following: