[Moses-support] Moses server on the Windows version

2009-10-26 Thread marco turchi
Dear All, I have seen on the Moses web site that a Moses server and multi-threaded Moses are available. Are these services included on the Windows version of Moses? Thanks Marco ___ Moses-support mailing list Moses-support@mit.edu

Re: [Moses-support] Moses server on the Windows version

2009-10-26 Thread Hieu Hoang
hi marco with cygwin - yes, since cygwin is really unix. with visual studio - no. I haven't updated the project files to do multi-threading. There's also the problem of not having SRILM or IRSTLM support marco turchi wrote: Dear All, I have seen on the Moses web site that a Moses server and

Re: [Moses-support] Moses server on the Windows version

2009-10-26 Thread Barry Haddow
Hi Marco To build the moses server and mosesmt you need the boost thread libraries, and the xmlrpc-c libraries. If these are available for windows, then the moses server should work on windows. But most of the moses developers use Linux or OSX, so you're better off using one of these platforms

Re: [Moses-support] Moses server on the Windows version

2009-10-26 Thread marco turchi
Hi guys, thanks for your answers! Unfortunately it seems that would be better if I use Windows :-( Btw, If I find the xmlrpc-c and boost libraries for Windows, I can install and compile Moses in the cygwin environment and in this case, I need the normal Linux version of Moses. Is it correct?

Re: [Moses-support] Moses server on the Windows version

2009-10-26 Thread Hieu Hoang
yeah, if you do everything in the Cygwin environment and pretend it's Linux, then it should work. (however, I haven't done this for a long time, so can't guarantee it) marco turchi wrote: Hi guys, thanks for your answers! Unfortunately it seems that would be better if I use Windows :-(