[Moses-support] Error in using the new moses.ini file

2013-08-21 Thread Jelita Asian
Dear all, I have recently tried to use the new moses file to run with the newmoses.ini file, I got this error: My run command is: ./moses.exe -f ./moses.ini -input-file input output The moses.ini file is something like: [input-factors] 0 # mapping steps [mapping] 0 T 0 #1 T 1

Re: [Moses-support] Error in using the new moses.ini file

2013-08-21 Thread Hieu Hoang
you're using the old decoder. Please 'git pull' the new code from github, compile and try again On 21 August 2013 11:11, Jelita Asian jelitay...@gmail.com wrote: Dear all, I have recently tried to use the new moses file to run with the newmoses.ini file, I got this error: My run command

[Moses-support] Kenlm, lmplz, pruning singleton n-grams, mmapping error with build_binary

2013-08-21 Thread Marcin Junczys-Dowmunt
Hi, This should probably go directly to Kenneth, but I guess answers might interesting for others, too. 1) Is there a way to simulate the pruning function for singleton n-grams (as in IRSTLM) when using lmplz from kenlm? I guess this is not quite straight-forward with Improved Kneser-Ney

Re: [Moses-support] Kenlm, lmplz, pruning singleton n-grams, mmapping error with build_binary

2013-08-21 Thread Kenneth Heafield
On 08/21/13 11:20, Marcin Junczys-Dowmunt wrote: Hi, This should probably go directly to Kenneth, but I guess answers might interesting for others, too. 1) Is there a way to simulate the pruning function for singleton n-grams (as in IRSTLM) when using lmplz from kenlm? I guess this is not

Re: [Moses-support] Kenlm, lmplz, pruning singleton n-grams, mmapping error with build_binary

2013-08-21 Thread Jonathan Clark
Also, just to be nit-picky: lmplz implements Order-Interpolated Modified Kneser-Ney smoothing -- not Improved Kneser-Ney smoothing, which is a smoothing technique unique to irstlm -- IKN is referred to as modified shift beta in recent versions of IRSTLM. On Wed, Aug 21, 2013 at 3:20 AM, Marcin