Hi All, 

I came to this line:    
   - "Note that the configuration file moses.ini in each directory is set to 
use the KenLM language model toolkit by default. If you prefer to use IRSTLM, 
then edit the language model entry in moses.ini, replacing KENLM with IRSTLM. 
You will also have to compile with ./bjam --with-irstlm, adding the full path 
of your IRSTLM installation."
 So I have to change the following line in moses.ini 

   
   - KENLM name=LM factor=0 order=3 num-features=1 path=lm/europarl.srilm.gz

to 

   
   - IRSTLM name=LM factor=0 order=3 num-features=1 path=lm/europarl.srilm.gz

--

Kind Regards,

Mr. Asad Abdul Malik
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to