Re: [Moses-support] Install moses on Windows

2018-05-10 Thread Mohamed Amine MENACER
> you could have your application running and tested in a few days. If this > interests you, please contact me off-list. > > I hope this helps everyone and puts the Windows support in perspective. > > Regards, > Tom > > On 5/9/2018 11:58 PM, moses-support-requ...@mit.edu w

Re: [Moses-support] Install moses on Windows

2018-05-09 Thread Hieu Hoang
ah ok. If you're only looking to do decoding on windows, rather training, then Moses2 compiles with Visual Studio. You can find the Visual Studio project files in contrib/other-builds/moses2 If you want to do training on Windows, there's also the Ubuntu subsystem on Windows

Re: [Moses-support] Install moses on Windows

2018-05-09 Thread Mohamed Amine MENACER
Hi Nisheeth, Great!! I will try it out right away. I also think that it is a good idea to put this solution on the official website. Warm regards. Amine. 2018-05-09 18:23 GMT+02:00 Nisheeth Joshi : > Hi Mohamed, > > Do you have windows 10 installed on you machine. > >

Re: [Moses-support] Install moses on Windows

2018-05-09 Thread Mohamed Amine MENACER
Thank you Hieu for your answer. I have already tested Moses on Linux without any problem. The issue is that I want to integrate Moses with a Windows application, for this I have to install it on Windows and I am not familiar with Cygwin. Perhaps I will use a virtual machine running on Windows and

Re: [Moses-support] Install moses on Windows

2018-05-09 Thread Hieu Hoang
My advise is to use Linux (Ubuntu 16.04). Even if it's inside a virtual machine running on Windows, it will probably be more reliable than running on Cygwin On 09/05/18 14:55, Mohamed Amine MENACER wrote: Dear all, I am trying to install Moses on Windows via Cygwin, here is the exact

[Moses-support] Install moses on Windows

2018-05-09 Thread Mohamed Amine MENACER
Dear all, I am trying to install Moses on Windows via Cygwin, here is the exact command that I have used: ./bjam --with-boost=/usr/lib --with-cmph=/home/am_me/cmph-2.0 --with-xmlrpc-c=/home/am_me/xmlrpc-c-1.39.12 --with-srilm=/home/am_me/srilm-1.7.2 -j 4 However, I met with the attached error.