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

mert-moses-parallel.test « tests « scripts - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 00c174eff3cf289b02a3887b1b2fdf513db3dfda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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