Re: [Moses-support] Using KenLM instead of IRSTLM in existing moses.ini error

2011-07-28 Thread Lee Ball (Applied Language)
Hello again, I ran compile-lm against the model.lm.es.gz and got the output model.lm.es.blm but when using 8 0 5 in my moses.ini it crashes with this: unk 0 not blank File: model.es.lm.blm Aborted Is this down to bad artefacts in the language model? Kind regards, Lee Ball Infrastructure

Re: [Moses-support] Using KenLM instead of IRSTLM in existing moses.ini error

2011-07-28 Thread Jonathan Clark (CMU LTI)
That looks like an IRSTLM-format binary file. You might need the --text yes flag for compile-lm. You can confirm that the file is in the right format by opening it with a text viewer such as less. The ARPA format is defined here: