Moses-support Digest, Vol 128, Issue 29

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. problem with Experiment.perl (Despina Mouratidi)
2. Re: problem with Experiment.perl (Despina Mouratidi)
3. Re: problem installing Moses (Jan Tore L|nning)


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

Message: 1
Date: Mon, 26 Jun 2017 21:53:08 +0300
From: Despina Mouratidi <dmouratidi@gmail.com>
Subject: [Moses-support] problem with Experiment.perl
To: moses-support <Moses-support@mit.edu>
Message-ID:
<CAJJG54kHvfEkwjA7Vw2HeKCYF63-+8TWRSQ90qoNOSZ-46eaMQ@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20170626/f76bb28e/attachment-0001.html

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

Message: 2
Date: Mon, 26 Jun 2017 21:57:36 +0300
From: Despina Mouratidi <dmouratidi@gmail.com>
Subject: Re: [Moses-support] problem with Experiment.perl
To: moses-support <Moses-support@mit.edu>
Message-ID:
<CAJJG54=rQjE3Kr-zMons0-3hnNkwocSKi2UBkfDj2a=uPn3dig@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20170626/ad239ab3/attachment-0001.html

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

Message: 3
Date: Mon, 26 Jun 2017 21:19:26 +0200
From: Jan Tore L|nning <jtl@ifi.uio.no>
Subject: Re: [Moses-support] problem installing Moses
To: moses-support@mit.edu
Message-ID: <12cc65c9-e89d-4a72-9014-24bf721a7f01@ifi.uio.no>
Content-Type: text/plain; charset="utf-8"

I am (still) struggling with installing Moses and how to get the boost right


I tried
bash-4.1$ /usit/abel/u1/jtl/mosesdecoder/bjam
--with-boost=/usit/abel/u1/jtl/boost_1_55_0 -j8

with an absolute path also to bjam. The installation didn't succeed, but
it looks like it managed a litle bit better this time. At least, the log
file build_A.log.gz contains more information than last time. Maybe,
somebody can help me dechiphering it? I had built the boost after the
recipe at
http://www.statmt.org/moses/?n=Development.GetStarted


Then, I found out I could instead try to load a boost module already
available.
I loaded boost/1.60.0 which again loaded 1) gcc/5.1.0 2)
openmpi.gnu/1.8.8 3) icu/49.1.2

I then ran the command
bash-4.1$ /usit/abel/u1/jtl/mosesdecoder/bjam -j8

This didn' succeed either. And I got the log-file build_B.log.gz


Any advice is welcome,

Jan Tore


On 06/12/2017 12:15 PM, Jan Tore L?nning wrote:
> (I apologize for the reposting. There are some problems with the mail client. I just try to get the linebreaks through)
>
> Thanks for the advice.
> But this does not seem to solve the problem
>
> None of the following 4 attempts work
> ./bjam --with-boost=/cluster/home/jtl/boost_1_55_0 -j8
>
> ./bjam --with-boost=/usit/abel/u1/jtl/boost_1_55_0 -j8
>
> ./bjam --with-boost=~/boost_1_55_0 -j8
>
> ./bjam --with-boost=../boost_1_55_0 -j8
>
> They all produce the same log-file.
>
> ./bjam --with-boost=~/boost_1_55_0 -j8
>
> ~ Is a little different from the other 3.
> It stops immediately with the message
>
> You have Boost 104100. This package requires Boost at least 104400 (and preferably newer).
>
> The other 3 start the process and do some work before they stop with an EROOR message.
>
> Jan Tore
>
> -----Original Message-----
> From: Hieu Hoang [mailto:hieuhoang@gmail.com]
> Sent: Saturday, June 10, 2017 10:00 PM
> To: Jan Tore L?nning <jtl@ifi.uio.no>
> Cc: moses-support <moses-support@mit.edu>
> Subject: Re: [Moses-support] problem installing Moses
>
> Use absolute paths
>
> On 10 Jun 2017 11:51 a.m., "Jan Tore L?nning" <jtl@ifi.uio.no <mailto:jtl@ifi.uio.no> > wrote:
>
>
> Hi
>
> I try to install Moses, but have problems with the boost.
> I tried to follow the instructions at
> http://www.statmt.org/moses/?n=Development.GetStarted <http://www.statmt.org/moses/?n=Development.GetStarted>
>
> I followed the recipe for manually installing boost, installing it to ~/boost_1_55_0
> Then I tried to install moses from within ~/mosesdecoder with the command
>
> bash-4.1$ ./bjam --with-boost=../boost_1_55_0 -j8
>
> This failed.
> The log-file says
>
> Unable to load Boost.Build: could not find "boost-build.jam"
> ---------------------------------------------------------------
> Attempted search from /cluster/home/jtl/mosesdecoder up to the root
> at /cluster/home/jtl/mosesdecoder/share/boost-build
> and in these directories from BOOST_BUILD_PATH and BOOST_ROOT: /usr/share/boost-build.
> ++++++++++
>
> Boost-build.jam is in boost_1_55_0. The problem seems to be to locate boost_1_55_0
>
> Kind regards, Jan Tore
>
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu <mailto:Moses-support@mit.edu>
> http://mailman.mit.edu/mailman/listinfo/moses-support <http://mailman.mit.edu/mailman/listinfo/moses-support>
>
>
>
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support

-------------- next part --------------
A non-text attachment was scrubbed...
Name: build_A.log.gz
Type: application/gzip
Size: 1952 bytes
Desc: not available
Url : http://mailman.mit.edu/mailman/private/moses-support/attachments/20170626/0a9a404c/attachment.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build_B.log.gz
Type: application/gzip
Size: 14761 bytes
Desc: not available
Url : http://mailman.mit.edu/mailman/private/moses-support/attachments/20170626/0a9a404c/attachment-0001.bin

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

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


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

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

Post a Comment