Dear Bakhshaei Bakhshaei wrote: > Hi, > > I compiled srilm , and go trough these instruction: > cd moses > ./regenerate-makefiles.sh > ./configure --with-srilm=/home/jschroe1/demo/tools/srilm > --with-irstlm=/home/jschroe1/demo/tools/irstlm > make -j 2
Are these the actual commands you use? The arguments to --with-srilm and --with-irstlm should point to where you have installed those lm toolkits on your system. Did you install srilm and irstlm successfully? If you change the configure line above to something like: > ./configure --with-srilm=/PATH/TO/MY/srilm --with-irstlm=/PATH/TO/MY/irstlm > The configure and make should work. Best wishes Ivan -- ******************************** Ivan Uemlianin Canolfan Bedwyr Safle'r Normal Site Prifysgol Bangor University BANGOR Gwynedd LL57 2PZ [email protected] ******************************** _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
