Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Junczys-Dowmunt <junczys@amu.edu.pl>2017-03-24 22:42:01 +0300
committerGitHub <noreply@github.com>2017-03-24 22:42:01 +0300
commit807a91c734daabdf9369c05a096440aa2f54f5e4 (patch)
tree12d4b860d7dd289d69d6cc0a7a1588e39bfec045 /examples/training/README.md
parent8ef77b54f14e96d3ad021c536008e70375a95afa (diff)
Update README.md
Diffstat (limited to 'examples/training/README.md')
-rw-r--r--examples/training/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/training/README.md b/examples/training/README.md
index 7c321128..fd5e8fd0 100644
--- a/examples/training/README.md
+++ b/examples/training/README.md
@@ -55,8 +55,8 @@ cat $dev | ../../build/amun -c $prefix.dev.npz.amun.yml --mini-batch 10 --maxi-b
| sed 's/\@\@ //g' | mosesdecoder/scripts/recaser/detruecase.perl > $dev.output.postprocessed
## get BLEU
-BLEU=`./mosesdecoder/scripts/generic/multi-bleu.perl $ref < $dev.output.postprocessed \
-| cut -f 3 -d ' ' | cut -f 1 -d ','`
+./mosesdecoder/scripts/generic/multi-bleu.perl $ref < $dev.output.postprocessed \
+| cut -f 3 -d ' ' | cut -f 1 -d ','
echo $BLEU
```