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
   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  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 :
>
>> 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


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.
>
> 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 
> 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 :
>>
>>> 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-
___
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support


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 I use it as a
server.

Thank you again.
Amine.

2018-05-09 17:30 GMT+02:00 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
> 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


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 
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 list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support


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

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


[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.

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-


build.log.gz
Description: GNU Zip compressed data
___
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support


[Moses-support] Machine Translation Specialist position at Lingo24

2018-05-09 Thread Sergio Penkale
*Machine Translation Specialist position at Lingo24*

Lingo24 is a Scottish language translation and technology business helping
global brands including eBay, adidas, Fujitsu and MTV grow internationally.

We are looking for a Machine Translation Specialist to join our team in
Edinburgh, Scotland. The role will provide support to the global Lingo24
business through natural language processing, machine translation and
machine learning. The Machine Translation Specialist will use
customer-specific data and domain adaptation techniques to create Machine
Translation systems adapted to Lingo24’s main customers, as well a develop
multiple solutions based on Machine Learning to be used by the business as
a whole.

*What you will be doing:*


   -

   Specification, design and implementation of improvements to Lingo24's
   state-of-the-art Machine Translation technology;
   -

   Building, evaluating and deploying customized an generic Machine
   Translation engines;
   -

   Specification, design and implementation of Lingo24's language
   technology tools, including topics such as Terminology Extraction, Document
   Classification, MT Quality Estimation, etc;
   -

   Customer data analysis to identify opportunities for efficiency
   improvements via technology;
   -

   Keep up to date with developments in the languages technologies area and
   identify gaps in Lingo24’s implementation.

*What we need:*


   -

   PhD in Machine Translation, Machine Learning, Natural Language
   Processing, Computer Science, or a related discipline;
   -

   Demonstrable experience in the language technology industry;
   -

   Excellent software development skills, experience in working with Java
   and Python is a plus;
   -

   Experience with the Moses machine translation toolkit;
   -

   Experience in Neural Machine Translation or sequence-to-sequence models
   -

   The ability to learn quickly and work independently as well as part of a
   team;
   -

   Excellent English communication skills, advanced knowledge of another
   language is a plus;


   -

   Receptive to feedback, willing to learn and improve constantly;
   -

   Detail-oriented, analytical, inquisitive, self-driven and persevering.

*What we offer:*

   -

   Relaxed and friendly atmosphere, with young and forward-thinking
   colleagues;
   -

   7 hours work-day;
   -

   24 holiday days/year + additional loyalty days starting with the third
   year;
   -

   Loyalty month: once every 5 years we offer a celebratory month of paid
   holiday;
   -

   Pension;
   -

   Share options;
   -

   Well-being allowance.

Please send applications and enquiries to oana.o...@lingo24.com

-- 
Dr. Sergio Penkale
Senior Machine Translation Specialist
Lingo24 
___
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support