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

readme.txt « example « cmert-0.5 « training « scripts - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4b4aaa199627277d5ce34b110ea42d437c6dad36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
mkdir -p example1 
../enhanced-mert -d 8 >& cmert.log
mv cmert.log weights.txt example1

mkdir -p example2 
../enhanced-mert -d 8 -activate lm,tm_2,tm_5,w >& cmert.log
mv cmert.log weights.txt reduced_* example2

mkdir -p example3
../enhanced-mert -d 8 -activate d,tm_1,tm_5 >& cmert.log
mv cmert.log weights.txt reduced_* example3