Re: [Moses-support] How to train a MT model with NPLM in Moses?

2015-04-06 Thread Tom Hoar
Thanks, Hieu. After I wrote the question, I realized I should re-phrase but then forgot about it. In the standard processing, train-model.perl trains the translation model and lmplz (or other tool) creates the language model. When adding a neural network language mode, it looks like you're co

Re: [Moses-support] How to train a MT model with NPLM in Moses?

2015-04-06 Thread Hieu Hoang
The NPLM isn't just an implementation of a normal backoff language model like SRILM, IRSTLM, KENLM etc. It scores strings in a different way and requires it's own training. It's a language model in the sense that it gives a score to a sentence in that language On 24/03/2015 04:17, Tom Hoar w

Re: [Moses-support] How to train a MT model with NPLM in Moses?

2015-03-23 Thread Tom Hoar
I haven't done it, but once you've updated the moses.ini file with the NPLM FF, shouldn't the existing train-model.perl & mert-moses.pl scripts run unchanged? liling tan wrote >___ >Moses-support mailing list >Moses-support@mit.edu >http://

[Moses-support] How to train a MT model with NPLM in Moses?

2015-03-23 Thread liling tan
Dear Moses devs/users, Is there any working script for training a moses model with NPLM? Is there any working train-model script for training a MT model with bilingual LM? http://www.statmt.org/moses/?n=FactoredTraining.BuildingLanguageModel#ntoc35 Is there a tutorial on Vector/Neural MT for mos