Hi Tom The updates to randlm were just to make it thread-safe, so yes all you should have to do is add the '-threads' option to the moses command line,
cheers - Barry On Monday 06 Jun 2011 10:01:26 Tom Hoar wrote: > I successfully built the new RandLM with the multithreading option > after editing the Makefile per the RandLM README. Moses compiles fine > with the resulting libraries with boost and threading enabled. I have > two questions: > > 1) Do I need to make any changes to the moses.ini config file to enable > multithreading, or is the '5' code for RandLM sufficient? > 5 <factor> <size> filename.randlm > > 2) Is running moses -threads n option the only other requirement? > > Thanks, > Tom > > > > > On Wed, 2 Mar 2011 15:37:25 +0000, Miles Osborne <[email protected]> > > wrote: > > RandLM is the randomised language modelling toolkit. > > > > Changes Since v0.11: > > > > o Multithreading Support > > > > RandLM querying is now thread safe, meaning a decoder using it > > can > > run multithreaded. This feature requires the boost thread > > library to > > be installed (tested against boost version 1.42). > > > > o Hadoop Training Scripts > > > > Included in this version are scripts to run ngram count > > collection > > on the Hadoop Map-Reduce platform. This makes training models on > > large corpora feasible. We have built LMs using 110 billion > > tokens. > > > > as well as various other bug fixes and documentation updates. > > > > https://sourceforge.net/projects/randlm/ > > > > Miles Osborne > > Oliver Wilson > > _______________________________________________ > Moses-support mailing list > [email protected] > http://mailman.mit.edu/mailman/listinfo/moses-support > _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
