Moses-support Digest, Vol 128, Issue 34

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. Fwd: Compilation error nplm (Sanjanashree Palanivel)
2. Re: problem with Experiment.perl (Despina Mouratidi)
3. Re: problem with Experiment.perl (Despina Mouratidi)


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

Message: 1
Date: Fri, 30 Jun 2017 11:28:46 +0530
From: Sanjanashree Palanivel <sanjanashree@gmail.com>
Subject: [Moses-support] Fwd: Compilation error nplm
To: moses-support@mit.edu
Message-ID:
<CAAc_kp6Xiv1=qZxresNdUq36mmX_mW_jLpzYth=+tMV-OENEGA@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

---------- Forwarded message ----------
From: Sanjanashree Palanivel <sanjanashree@gmail.com>
Date: Thu, Jun 29, 2017 at 11:20 AM
Subject: Re: [Moses-support] Compilation error nplm
To: Hieu Hoang <hieuhoang@gmail.com>


Hi,
I tried to compile with moses using the command " ./bjam -a
--with-boost=/path/to/boost --with-nplm=/path/to nplm" I got error stating
gcc link failed. Then I compiled moses with boost alone .It is working


P.S: Boost version is 1_58




On Wed, Jun 28, 2017 at 11:52 PM, Hieu Hoang <hieuhoang@gmail.com> wrote:

> what is the exact command you used to compile moses with nplm and what is
> the exact error you get?
>
> On 28/06/2017 17:39, Sanjanashree Palanivel wrote:
>
> Hi,
>
> I installed recent version of moses successfully, i also
> successfully installed nplm, but i get error when i try to compile moses
> with nplm. I dont know what is wrong, it would b great if i could get an
> earnest reply
>
>
> _______________________________________________
> Moses-support mailing listMoses-support@mit.eduhttp://mailman.mit.edu/mailman/listinfo/moses-support
>
>
> --
> Hieu Hoanghttp://moses-smt.org/
>
>


--
Thanks and regards,

Sanjanasri J.P



--
Thanks and regards,

Sanjanasri J.P
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20170630/f94546d3/attachment-0001.html

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

Message: 2
Date: Fri, 30 Jun 2017 10:40:09 +0300
From: Despina Mouratidi <dmouratidi@gmail.com>
Subject: Re: [Moses-support] problem with Experiment.perl
To: Mathias M?ller <mmueller@ifi.uzh.ch>
Cc: moses-support <moses-support@mit.edu>
Message-ID:
<CAJJG54=QOYYEysRpAyvLV2fQX1HfuSX1kZ_-3k=6jB+MRwem1w@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hello again,

thank you Mathias,

it seems that i have the same error. But I want to ask, all the above I
have to run from my new experiment directory? not from the
/home/despina/mosesdecoder/scripts/ems/? So the files experiment.perl,
config and config.toy must be in the new directory that I created
(home/despina/working/experiments)? Oh, I'm confused.

Thank you in advance

Despina

2017-06-26 22:14 GMT+03:00 Mathias M?ller <mmueller@ifi.uzh.ch>:

> Hi Despina
>
> Seems like you are in the wrong directory. Run
>
> /path/to/moses/scripts/ems/experiment.perl
>
> instead of only ?experiment.perl?. If that does not help, then perhaps
> ?experiment.perl? is not executable. In that case, run
>
> perl /path/to/experiment.perl
>
> or
>
> chmod +x /path/to/experiment.perl
>
> and then
>
> /path/to/experiment.perl
>
> Regards
> Mathias
>
>
> On 26 Jun 2017, at 20:57, Despina Mouratidi <dmouratidi@gmail.com> wrote:
>
> Hello everyone again!
> After a long time typing in all the commands from moses user manual, I am
> trying the Experiment.perl.
>
> 1. I made a file in ~/working/experiments
> 2. I find experiment.perl in scripts/ems
> 3. I got a sample configuration file from scripts/ems/example/config.toy
> 4. I made all the neccesary changes but
> how can I run it?
> I type
> experiment.perl -config config -exec but experiment.perl: command not found
>
> Thank you!
>
>
>
> 2017-06-26 21:53 GMT+03:00 Despina Mouratidi <dmouratidi@gmail.com>:
>
>> Hello everyone again!
>> After a long time typing in all the commands from moses user manual, I am
>> trying the Experiment.perl.
>>
>> 1. I made a file in ~/working/experiments
>> 2. I find experiment.perl in scripts/ems
>> 3. I got a sample configuration file from scripts/ems/example/config.toy
>> 4. I made all the neccesary changes but
>> how can I run it?
>>
>>
>> Thank you!
>> Despina
>>
>
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20170630/4ed3e966/attachment-0001.html

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

Message: 3
Date: Fri, 30 Jun 2017 16:19:11 +0300
From: Despina Mouratidi <dmouratidi@gmail.com>
Subject: Re: [Moses-support] problem with Experiment.perl
To: Mathias M?ller <mmueller@ifi.uzh.ch>
Cc: moses-support <moses-support@mit.edu>
Message-ID:
<CAJJG54kP=3UqDLPHzX6O0XLsoWzgOPhb3Z7huDub-Cx2xKoY0w@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Then I try the other way but stell error : could not find config file at
./experiment.perl line 69.


despina@despina-Satellite-L855:~/mosesdecoder/scripts/ems$ chmod +x
experiment.perl

despina@despina-Satellite-L855:~/mosesdecoder/scripts/ems$ ./experiment.perl
STARTING UP AS PROCESS 4813 ON despina-Satellite-L855 AT ??? 30 ???? 2017
04:17:35 ?? EEST
error: could not find config file at ./experiment.perl line 69.

Best
Despina

2017-06-30 10:40 GMT+03:00 Despina Mouratidi <dmouratidi@gmail.com>:

> Hello again,
>
> thank you Mathias,
>
> it seems that i have the same error. But I want to ask, all the above I
> have to run from my new experiment directory? not from the
> /home/despina/mosesdecoder/scripts/ems/? So the files experiment.perl,
> config and config.toy must be in the new directory that I created
> (home/despina/working/experiments)? Oh, I'm confused.
>
> Thank you in advance
>
> Despina
>
> 2017-06-26 22:14 GMT+03:00 Mathias M?ller <mmueller@ifi.uzh.ch>:
>
>> Hi Despina
>>
>> Seems like you are in the wrong directory. Run
>>
>> /path/to/moses/scripts/ems/experiment.perl
>>
>> instead of only ?experiment.perl?. If that does not help, then perhaps
>> ?experiment.perl? is not executable. In that case, run
>>
>> perl /path/to/experiment.perl
>>
>> or
>>
>> chmod +x /path/to/experiment.perl
>>
>> and then
>>
>> /path/to/experiment.perl
>>
>> Regards
>> Mathias
>>
>>
>> On 26 Jun 2017, at 20:57, Despina Mouratidi <dmouratidi@gmail.com> wrote:
>>
>> Hello everyone again!
>> After a long time typing in all the commands from moses user manual, I am
>> trying the Experiment.perl.
>>
>> 1. I made a file in ~/working/experiments
>> 2. I find experiment.perl in scripts/ems
>> 3. I got a sample configuration file from scripts/ems/example/config.toy
>> 4. I made all the neccesary changes but
>> how can I run it?
>> I type
>> experiment.perl -config config -exec but experiment.perl: command not
>> found
>>
>> Thank you!
>>
>>
>>
>> 2017-06-26 21:53 GMT+03:00 Despina Mouratidi <dmouratidi@gmail.com>:
>>
>>> Hello everyone again!
>>> After a long time typing in all the commands from moses user manual, I
>>> am trying the Experiment.perl.
>>>
>>> 1. I made a file in ~/working/experiments
>>> 2. I find experiment.perl in scripts/ems
>>> 3. I got a sample configuration file from scripts/ems/example/config.toy
>>> 4. I made all the neccesary changes but
>>> how can I run it?
>>>
>>>
>>> Thank you!
>>> Despina
>>>
>>
>> _______________________________________________
>> Moses-support mailing list
>> Moses-support@mit.edu
>> http://mailman.mit.edu/mailman/listinfo/moses-support
>>
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20170630/d75e035b/attachment.html

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

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


End of Moses-support Digest, Vol 128, Issue 34
**********************************************

Related Posts :

0 Response to "Moses-support Digest, Vol 128, Issue 34"

Post a Comment