Skip to content

v1.5.0

Compare
Choose a tag to compare
@mjpost mjpost released this 21 Jan 15:08
· 42 commits to master since this release

1.5.0 (2021-01-15)

  • Fix an assertion error in chrF (#121)
  • Add missing __repr__() methods for BLEU and TER
  • TER: Fix exception when --short is used (#131)
  • Pin Mecab version to 1.0.3 for Python 3.5 support
  • [API Change]: Default value for floor smoothing is now 0.1 instead of 0.
  • [API Change]: sacrebleu.sentence_bleu() now uses the exp smoothing method,
    exactly the same as the CLI's --sentence-level behavior. This was mainly done
    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).
    Thanks to Ondrej Dusek (@tuetschek)