Re: [Moses-support] How do you solve this moses problem? Thanks

2009-12-16 Thread yrsmile
Hi, I met the same problem recently and found the problem caused by perl interpreter in the ~~/training/symal/giza2bal.pl which is /usr/bin/perl^M, you can use s/\s+$// to clean the ^M in the first line and maybe this could help you. Best wishes Gary Message: 2 Date: Tue, 15 Dec 2009

Re: [Moses-support] How do you solve this moses problem? Thanks

2009-12-16 Thread Danish Contractor
Also clean the giza2bal.pl files You can run dos2unix command to get rid of the ^M characters. On Wed, Dec 16, 2009 at 7:46 PM, yrsm...@mail.ustc.edu.cn wrote: Hi, I met the same problem recently and found the problem caused by perl interpreter in the ~~/training/symal/giza2bal.pl which is

[Moses-support] moses threads compilation problem (with RandLM)

2009-12-16 Thread Alexander Fraser
Hi Barry and other folks, I'm also having trouble compiling Moses with threads and RandLM, there seems to be a bug in MainMT.cpp ? Here is what I am doing: Get fresh copy of Moses (I did this on Monday night). ./regenerate-makefiles.sh ./configure --enable-threads

Re: [Moses-support] moses threads compilation problem (with RandLM)

2009-12-16 Thread Philipp Koehn
Hi Alex, unfortunately the randomized language model implementation is not yet thread-safe, so it is incompatible with the multi-threaded Moses. Only the SRILM interface is currently supported. -phi On Wed, Dec 16, 2009 at 4:28 PM, Alexander Fraser fra...@ims.uni-stuttgart.de wrote: Hi Barry