Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.
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