Re: [Moses-support] Multiple Language model

2016-10-31 Thread Philipp Koehn
Hi, yes, that is absolutely no problem. -phi On Mon, Oct 31, 2016 at 4:03 AM, Fathima Farhath Farook < fathimafarh...@gmail.com> wrote: > Is it possible to use Language Models of different size (different n- > grams ) in a moses SMT system at the same time. > > -- > Regards, > > Farhath Farook

[Moses-support] Multiple Language model

2016-10-31 Thread Fathima Farhath Farook
Is it possible to use Language Models of different size (different n- grams ) in a moses SMT system at the same time. -- Regards, Farhath Farook ___ Moses-support mailing list Moses-support@mit.edu http://mailman

Re: [Moses-support] Multiple Language Model for training Baseline

2015-10-02 Thread Rico Sennrich
Hi Sanjanasri, you can edit the resulting moses.ini file manually to add your models, or if you want to do it via command line argument, use the following options of train-model.perl: '-config-add-feature-lines' and '-config-add-weight-lines'. Unlike the '-lm' option, you have to provide a st

[Moses-support] Multiple Language Model for training Baseline

2015-10-01 Thread Sanjanashree Palanivel
Dear all, How to train the baseline system with multiple language model. For instance, -lm 0:5:/path/to/LM/mono1binary:8 I know that 8 stands for KENLM, But how to do for nplm. Any help would be appreciated. -- Thanks and regards, Sanjanasri J.P _