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

command « mert.pro « tests « regression-testing - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 94c989cd03e3392b9ce1c7c6557992572a96887e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh -w

bin=$1; shift
testdir=$1; shift
cd $testdir

cmd="$bin/pro --scfile data/SCORESTAT.txt --ffile data/FEATSTAT.txt -r 1000"
#echo $cmd
#$cmd
#echo $cmd
#cmd="$bin/mert --scfile data/SCORESTAT.bin --ffile data/FEATSTAT.bin --ifile data/INIT -p stdout -d 14 -r 1000"
$cmd