Moses-support Digest, Vol 139, Issue 5

Send Moses-support mailing list submissions to
moses-support@mit.edu

To subscribe or unsubscribe via the World Wide Web, visit
http://mailman.mit.edu/mailman/listinfo/moses-support
or, via email, send a message with subject or body 'help' to
moses-support-request@mit.edu

You can reach the person managing the list at
moses-support-owner@mit.edu

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Moses-support digest..."


Today's Topics:

1. Re: Install moses on Windows (Mohamed Amine MENACER)
2. Re: Install moses on Windows (Hieu Hoang)


----------------------------------------------------------------------

Message: 1
Date: Wed, 9 May 2018 18:52:48 +0200
From: Mohamed Amine MENACER <am_menacer@esi.dz>
Subject: Re: [Moses-support] Install moses on Windows
To: Nisheeth Joshi <njoshi.in@gmail.com>, moses-support@mit.edu
Cc: fadighawanmeh@yahoo.com
Message-ID:
<CABtP53OHDuOEB4WjRxQ+F8sHiVtJaoRZenagD8DptRo+7JytPA@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

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 <njoshi.in@gmail.com>:

> Hi Mohamed,
>
> Do you have windows 10 installed on you machine.
>
> Because if you do, from jan 2018. Microsoft has added a feature called
> "Linux Subsystem"
>
> You can install it and then goto Microsoft Store and Install Ubuntu
> Subsystem.
>
>
> This will give you access to entire Ubuntu system within windows
> environment without VM. Works perfectly well. Have installed on some of my
> students' machine.
>
>
> @Heiu
> I think we can put this on Moses Page. Once this is done, rest of the
> steps are exactly the same as on Ubuntu.
>
> Regards,
> Nisheeth
>
>
> On Wed, May 9, 2018, 21:19 Mohamed Amine MENACER <am_menacer@esi.dz>
> wrote:
>
>> 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 I use it as
>> a server.
>>
>> Thank you again.
>> Amine.
>>
>> 2018-05-09 17:30 GMT+02:00 Hieu Hoang <hieuhoang@gmail.com>:
>>
>>> 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
>>> 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.
>>>
>>> Any help is greatly appreciated.
>>> Warm regards.
>>> Amine.
>>> --
>>>
>>> Cordialement
>>>
>>> Mohamed Amine Menacer
>>> PhD Student, LORIA -France-
>>> Ing?nieur d'?tat en informatique, ?cole nationale Sup?rieure
>>> d'Informatique E.S.I -Algerie-
>>>
>>>
>>> _______________________________________________
>>> Moses-support mailing listMoses-support@mit.eduhttp://mailman.mit.edu/mailman/listinfo/moses-support
>>>
>>>
>>> --
>>> Hieu Hoanghttp://moses-smt.org/
>>>
>>>
>>
>>
>> --
>>
>> Cordialement
>>
>> Mohamed Amine Menacer
>> Th?sard, LORIA -France-
>> Ing?nieur d'?tat en informatique, ?cole nationale Sup?rieure
>> d'Informatique E.S.I -Algerie-
>> _______________________________________________
>> Moses-support mailing list
>> Moses-support@mit.edu
>> http://mailman.mit.edu/mailman/listinfo/moses-support
>>
>


--

Cordialement

Mohamed Amine Menacer
Th?sard, LORIA -France-
Ing?nieur d'?tat en informatique, ?cole nationale Sup?rieure d'Informatique
E.S.I -Algerie-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20180509/57711a12/attachment-0001.html

------------------------------

Message: 2
Date: Wed, 9 May 2018 17:58:08 +0100
From: Hieu Hoang <hieuhoang@gmail.com>
Subject: Re: [Moses-support] Install moses on Windows
To: Mohamed Amine MENACER <am_menacer@esi.dz>
Cc: moses-support <moses-support@mit.edu>, fadighawanmeh@yahoo.com
Message-ID:
<CAEKMkbjeEdMD-FFtthr05O_gaKrUpr9cXTcxVBtHw+-kWzXjdw@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

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
https://docs.microsoft.com/en-us/windows/wsl/about
I used this to test training on windows for Moses version 4 release. More
details here
http://www.statmt.org/moses/RELEASE-4.0/Moses-v4.0-release-notes.pdf

Hieu Hoang
http://moses-smt.org/


On 9 May 2018 at 16:44, Mohamed Amine MENACER <am_menacer@esi.dz> wrote:

> 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 I use it as a
> server.
>
> Thank you again.
> Amine.
>
> 2018-05-09 17:30 GMT+02:00 Hieu Hoang <hieuhoang@gmail.com>:
>
>> 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
>> 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.
>>
>> Any help is greatly appreciated.
>> Warm regards.
>> Amine.
>> --
>>
>> Cordialement
>>
>> Mohamed Amine Menacer
>> PhD Student, LORIA -France-
>> Ing?nieur d'?tat en informatique, ?cole nationale Sup?rieure
>> d'Informatique E.S.I -Algerie-
>>
>>
>> _______________________________________________
>> Moses-support mailing listMoses-support@mit.eduhttp://mailman.mit.edu/mailman/listinfo/moses-support
>>
>>
>> --
>> Hieu Hoanghttp://moses-smt.org/
>>
>>
>
>
> --
>
> Cordialement
>
> Mohamed Amine Menacer
> Th?sard, LORIA -France-
> Ing?nieur d'?tat en informatique, ?cole nationale Sup?rieure
> d'Informatique E.S.I -Algerie-
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20180509/d2b57782/attachment.html

------------------------------

_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support


End of Moses-support Digest, Vol 139, Issue 5
*********************************************

0 Response to "Moses-support Digest, Vol 139, Issue 5"

Post a Comment