Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Deprecation notice for get_ende_bleu.sh #1827

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tensor2tensor/utils/get_ende_bleu.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

echo Do not use this script because the tokenization and treatment of the reference is not standard. Use sacrebleu instead. When comparing to a paper that used this script, explain how their BLEU was non-standard. 1>&2

mosesdecoder=~/mosesdecoder
tok_gold_targets=newstest2013.tok.de

Expand Down