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:48:59 +0300
committerMarcin Junczys-Dowmunt <junczys@amu.edu.pl>2017-03-24 22:48:59 +0300
commit569493778b20f2a12734b4efc671652a8f2924da (patch)
tree66686415a050db5267df088e33c1a8876c3a3d5f
parente20587b6b507525168f6b267ee5c78caad67f6b4 (diff)
fixed readme
-rw-r--r--examples/training/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/training/README.md b/examples/training/README.md
index 078a2ceb..23adb32a 100644
--- a/examples/training/README.md
+++ b/examples/training/README.md
@@ -52,7 +52,7 @@ ref=data/newsdev2016.tok.en
# decode
cat $dev | ../../build/amun -c $prefix.dev.npz.amun.yml --mini-batch 10 --maxi-batch 100 2>/dev/null \
- | sed 's/\@\@ //g' | mosesdecoder/scripts/recaser/detruecase.perl > $dev.output.postprocessed
+ | sed 's/\@\@ //g' | ./mosesdecoder/scripts/recaser/detruecase.perl > $dev.output.postprocessed
## get BLEU
./mosesdecoder/scripts/generic/multi-bleu.perl $ref < $dev.output.postprocessed \