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:
Diffstat (limited to 'scripts/tests/mert-moses-parallel.test')
-rwxr-xr-xscripts/tests/mert-moses-parallel.test14
1 files changed, 0 insertions, 14 deletions
diff --git a/scripts/tests/mert-moses-parallel.test b/scripts/tests/mert-moses-parallel.test
deleted file mode 100755
index 00c174eff..000000000
--- a/scripts/tests/mert-moses-parallel.test
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-
-MOSESCMD=/export/ws06osmt/bin/moses.2006-07-29
-DATADIR=/export/ws06osmt/example/met-parallel
-
-[ -e $MOSESCMD ] || exit 1
-
-cp $DATADIR/moses.ini ./ || exit 1
-cp $DATADIR/dev.input ./ || exit 1
-cp $DATADIR/dev.ref ./ || exit 1
-
-echo "Starting moses-perl"
-
-$SCRIPTS_ROOTDIR/training/mert-moses.pl --jobs=10 dev.input dev.ref $MOSESCMD ./moses.ini