The EMS experiment in here uses 2 LMs: http://www.statmt.org/moses/RELEASE-3.0/models/fr-en/steps/4/ If you want to see how train-model.perl is called, you should look at this file:
http://www.statmt.org/moses/RELEASE-3.0/models/fr-en/steps/4/TRAINING_create-config.4 I don't know what weights the command gives it. However, this is irrelevant as the tuning will set the weight to the optimal numbers * Looking for MT/NLP opportunities * Hieu Hoang http://moses-smt.org/ On 24 April 2017 at 11:22, K Pavan <[email protected]> wrote: > 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 > >
_______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
