mosesdecoder/scripts/training/cmert-0.5/example
2007-10-23 16:30:02 +00:00
..
cands.opt Suite of scripts to perform MERT on a subset of fetures. 2007-10-22 09:04:03 +00:00
feats.opt Suite of scripts to perform MERT on a subset of fetures. 2007-10-22 09:04:03 +00:00
init.opt some small bugs fixed and clean up 2007-10-23 14:15:19 +00:00
names.txt Features are activated using their names 2007-10-23 16:30:02 +00:00
readme.txt Features are activated using their names 2007-10-23 16:30:02 +00:00

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