[Moses-support] POS LM

2009-12-28 Thread EILMT Project
Hi There is pos.lm of the target language in factored model training.  I want to know the steps involved in preparing the POS.lm  and the kind of input parameters altogether. -Doren ___ Moses-support mailing list Moses-support@mit.edu http://m

Re: [Moses-support] tuning tree-based models

2009-12-28 Thread Philipp Koehn
Hi, this should work... Does the moses process generate a proper n-best list file? There may be something wrong with running the decoder. Regarding the section "non-terminals" in the moses.ini file - don't worry, this is just a list of special non-terminals that are used for unknown words etc. -

Re: [Moses-support] some questions about tuning

2009-12-28 Thread Ben Gottesman
Hi Eric, writes: > Also, I get this warning > > > Use of uninitialized value within @WORD_FACTOR in concatenation (.) or > > string at ${MOSES_SCRIPTS}/training/filter-model-given-input.pl line > > 132, line 1. > > Have I done something wrong? I'm using an unfactored model, for what > it's

[Moses-support] tuning tree-based models

2009-12-28 Thread John Morgan
Hello All, I want to tune a tree-based trained system. I pass the moses_chart decoder to the mert-moses-new.perl script. The script seems to make 1 decoding run producing features.dat and scores.dat files, but it writes an empty extract.out file. Then the script stops. I also noticed that the tr

Re: [Moses-support] Tuning failure with "Language model type unknown."

2009-12-28 Thread Barry Haddow
Hi Ronan This is the problem: > ERROR:Language model type unknown. Probably not compiled > into library You need to compile with irstlm in order to use a binarised language model. See here for instructions: http://www.statmt.org/moses/?n=Development.GetStarted regards Barry On M