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

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhieuhoang1972 <hieuhoang1972@1f5c12ca-751b-0410-a591-d2e778427230>2006-12-29 03:59:59 +0300
committerhieuhoang1972 <hieuhoang1972@1f5c12ca-751b-0410-a591-d2e778427230>2006-12-29 03:59:59 +0300
commitddd2fdeb2029c5883304cd5745b3f4ff1eb1d913 (patch)
tree884745e4ceb5d33f4db16857b0dbe0f430e3fa58 /scripts/tests
parent566491237a9ea063e2829fc289c5caf6eedf9a52 (diff)
Fix automount partition bug
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1098 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'scripts/tests')
-rwxr-xr-xscripts/tests/full-train-mert-decode.test10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/tests/full-train-mert-decode.test b/scripts/tests/full-train-mert-decode.test
index c5bd13c39..ce76c4d05 100755
--- a/scripts/tests/full-train-mert-decode.test
+++ b/scripts/tests/full-train-mert-decode.test
@@ -15,7 +15,7 @@ MOSES=$WORKSPACE/moses-cmd/src/moses
export SCRIPTS_ROOTDIR=$WORKSPACE/scripts
-cp -r ../cs-en-sample ./corpus || die "Missing "`pwd`"/../cs-en-sample"
+cp -r ../cs-en-sample ./corpus || die "Missing "`pawd`"/../cs-en-sample"
echo "Copied cs-en-sample files"
mv corpus/test.* ./ || die "Missing corpus/test.*"
@@ -39,17 +39,17 @@ $SCRIPTS_ROOTDIR/training/train-factored-phrase-model.perl \
--corpus corpus/train \
--root . \
--parallel \
- --lm 0:3:`pwd`/corpus/lm.en.gz \
+ --lm 0:3:`pawd`/corpus/lm.en.gz \
|| die "Failed to train the model"
echo "Finished moses.ini, merting."
$SCRIPTS_ROOTDIR/training/mert-moses.pl \
--working-dir=mert-tuning \
- `pwd`/dev.src \
- `pwd`/dev.ref \
+ `pawd`/dev.src \
+ `pawd`/dev.ref \
$MOSES \
- `pwd`/model/moses.ini \
+ `pawd`/model/moses.ini \
--decoder-flags="-dl 6 " \
|| die "Merting failed"