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

command « mert.basic « tests « regression-testing - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f54cbb08508bd710e560d2d23212278c7b1a750f (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/mert --scfile data/SCORESTAT.txt --ffile data/FEATSTAT.txt --ifile data/INIT -d 14 -n 20 -r 1000"
#echo $cmd
$cmd 2>&1 | grep -i "^Best"
#echo $cmd
cmd="$bin/mert --scfile data/SCORESTAT.bin --ffile data/FEATSTAT.bin --ifile data/INIT -d 14 -n 20 -r 1000"
$cmd 2>&1 | grep -i "^Best"