Hi ,

I was experiment with EMS (experiment.perl). I have language model built on
input corpus also language model with all english corpus (say europal
corpora). So ideally I want my moes config should have LM0 and LM1 with
equal weight. I tried to add this as part of config in EMS, failing to do
so. Can somebody help me out here.


My training command looks like below if I do it manually

moses/scripts/training/train-model.perl -root-dir $WORKDIR \
          --sort-buffer-size=4G \
          -corpus $CORPUS \
         -mgiza root/usr/bin/mgiza -mgiza-cpus 8 \
          -f fr -e en -alignment grow-diag-final-and \
         -reordering msd-bidirectional-fe \
*         -lm 0:4:/lm/big-4gram.2012-02-02.en.lm.kenlm.trie.q8:8 *
         *-lm 0:4:moses-fr-en_europal/lm/fr_en_europal.lm.kenlm.trie.q8* \
         -score-options='--GoodTuring' \
            --dont-zip \
             --parallel"


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

Reply via email to