i used following command to do tuning

nohup nice ~/mosesdecoder-RELEASE-3.0/scripts/training/mert-moses.pl
~/corpus/corpora.true.en ~/corpus/corpora.true.hi
~/mosesdecoder-RELEASE-3.0/bin/moses ~/working/train/model/moses.ini
--mertdir ~/mosesdecoder-RELEASE-3.0/bin/ &> mert.out &


~/working/train/model/moses.ini   == contain

*PhraseDictionaryMemory *name=TranslationModel0 num-features=4*
path=/home/techmahindra/working/train/model/phrase-table.gz* input-factor=0
output-factor=0

*LexicalReordering* name=LexicalReordering0 num-features=6
type=wbe-msd-bidirectional-fe-allff input-factor=0 output-factor=0

*path=/home/techmahindra/working/train/model/reordering-table.wbe-msd-bidirectional-fe.gz*
Now after tuning , ~/working/mert-work/filtered/moses.ini  == contain

*PhraseDictionaryMemory* name=TranslationModel0 num-features=4
*path=/home/techmahindra/working/mert-work/filtered/phrase-table.0-0.1.1.gz*
input-factor=0 output-factor=0

"*phrase-table.0-0.1.1.gz* " is generated in mert-work/filtered folder

*LexicalReordering* name=LexicalReordering0 num-features=6
type=wbe-msd-bidirectional-fe-allff input-factor=0 output-factor=0*
path=/home/techmahindra/working/mert-work/filtered/reordering-table.wbe-msd-bidirectional-fe*

*"reordering-table.wbe-msd-bidirectional-fe" *is not generated in
mert-work/filtered folder....

so when i run moses.ini from mert-work/filtered

its showing error that




*Can't read
/home/techmahindra/working/mert-work/filtered/reordering-table.wbe-msd-bidirectional-fe*
plz help asap
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to