Hello There,

I an using Moses Baseline System (
http://www.statmt.org/moses/?n=Moses.Baseline) that implements 3-gram
phrase based model . But now I want to implement a 4-gram model . How can I
do that?


In my sense :

Language Model Training ==>  "~/mosesdecoder/bin/lmplz -o 4
<~/corpus/news-commentary-v8.fr-en.true.en >
news-commentary-v8.fr-en.arpa.en"

Training The Translation System ==>

" nohup nice ~/mosesdecoder/scripts/training/train-model.perl -root-dir
train \
 -corpus ~/corpus/news-commentary-v8.fr-en.clean
 \
 -f fr -e en -alignment grow-diag-final-and -reordering
msd-bidirectional-fe \
 -lm 0:4:$HOME/lm/news-commentary-v8.fr-en.blm.en:8
  \
 -external-bin-dir ~/mosesdecoder/tools >& training.out &

"

I think,The baseline system will be changed at this 2 point with '4'
instead of 3 .

If I am wrong ,please do correct me !


Thanks Beforehand,

Argha Dhar
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to