Re: [Moses-support] Maximum Phrase Table length

2016-04-01 Thread Vincent Nguyen
Hi Alex, I was not talking about the max phrase length of decoding but the max phrase of training. it's ok, I got my answer in Phil's paper. As a matter of fact, in EMS the default is 5 and not 7. Cheers. Le 01/04/2016 10:32, Alexandru Ceausu a écrit : Hi Vincent, It is a runtime parameter.

Re: [Moses-support] Mosesserver terminates with "girerr::error"

2016-04-01 Thread Rico Sennrich
Hi Mathias, you're passing a boolean as the value of 'word-align', but apparently, the current version of moses server requires the value to be a string. I don't know why this was changed... best wishes, Rico On 22.03.2016 09:07, Mathias Müller wrote: Dear list Since I got recent

Re: [Moses-support] Moses Server index.js 500 internal error

2016-04-01 Thread Hieu Hoang
what is the exact commands you executed? Can you make your model available for download so I can replicate the error. The server seems to work ok for me on my own laptop and model On 29/03/2016 15:14, faiza shahid wrote: Hi, I'm very new to moses and am currently working on the moses web

Re: [Moses-support] Maximum Phrase Table length

2016-04-01 Thread Alexandru Ceausu
Hi Vincent, It is a runtime parameter. It does not necessary match the max phrase of training. It also affects how xml-input is handled. If you are using translation constrains, this parameter has to be set to the maximum number of covered source words. I think that the default is set at 20.