Moses-support Digest, Vol 100, Issue 77

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. No such file or directory (fatma elzahraa Eltaher)
2. Re: No such file or directory (Tom Hoar)
3. Re: Moses with SRILM Compile Error (Matthias Huck)
4. Re: OPUS is down (Hieu Hoang)


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

Message: 1
Date: Mon, 23 Feb 2015 07:15:30 -0800
From: fatma elzahraa Eltaher <fatmaeltaher@gmail.com>
Subject: [Moses-support] No such file or directory
To: moses-support@mit.edu
Message-ID:
<CAOW1BbRsWkuZAi_GojEeKr-yKG7f3Wv_G_5FmpDzjoxFhCiixw@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Dear all,

I run the following command :
experiment.perl -config config.toy -exec
and I get this error
Can't exec "/home/fatma/Desktop/Folder_Moses/mosesdecoder/bin/lmplz": No
such file or directory at
/home/fatma/Desktop/Folder_Moses/mosesdecoder/scripts/ems/support/lmplz-wrapper.perl
line 25.
but the file is exist in the directory ,what I must do?

thank you,



Fatma El-Zahraa El -Taher

Teaching Assistant at Computer & System department

Faculty of Engineering, Azhar University

Email : fatmaeltaher@gmail.com
mobile: +201141600434
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20150223/dde4fdf7/attachment-0001.htm

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

Message: 2
Date: Mon, 23 Feb 2015 22:27:20 +0700
From: Tom Hoar <tahoar@precisiontranslationtools.com>
Subject: Re: [Moses-support] No such file or directory
To: moses-support@mit.edu
Message-ID: <54EB46D8.3050100@precisiontranslationtools.com>
Content-Type: text/plain; charset="windows-1252"

Check to make sure the execute bit is set:

chmod -x /home/fatma/Desktop/Folder_Moses/mosesdecoder/bin/lmplz


On 02/23/2015 10:15 PM, fatma elzahraa Eltaher wrote:
>
> Dear all,
>
> I run the following command :
> |experiment.perl -config config.toy -exec|
> and I get this error
> Can't exec "/home/fatma/Desktop/Folder_Moses/mosesdecoder/bin/lmplz":
> No such file or directory at
> /home/fatma/Desktop/Folder_Moses/mosesdecoder/scripts/ems/support/lmplz-wrapper.perl
> line 25.
> but the file is exist in the directory ,what I must do?
>
> thank you,
>
>
>
> Fatma El-Zahraa El -Taher
>
> Teaching Assistant at Computer & System department
>
> Faculty of Engineering, Azhar University
>
> Email : fatmaeltaher@gmail.com <mailto:fatmaeltaher@gmail.com>
> mobile: +201141600434
>
>
>
> _______________________________________________
> 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/20150223/3a365876/attachment-0001.htm

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

Message: 3
Date: Mon, 23 Feb 2015 15:41:50 +0000
From: Matthias Huck <mhuck@inf.ed.ac.uk>
Subject: Re: [Moses-support] Moses with SRILM Compile Error
To: TinTin Kalaw <tintin.kalaw@gmail.com>
Cc: moses-support@mit.edu
Message-ID: <1424706110.2192.459.camel@portedgar>
Content-Type: text/plain; charset="UTF-8"

Hi,

Are you trying to build a 64-bit Moses, but linking with 32-bit SRILM
libraries?

Use

make MACHINE_TYPE=i686-m64 World

in order to build SRILM for the x86-64 architecture.

Cheers,
Matthias


On Mon, 2015-02-23 at 11:28 +0800, TinTin Kalaw wrote:
> Hello,
>
>
> Attached here is the build.log.gz after conducting the clean build.
> The command I used was ./bjam --with-boost=/usr/local --with-srilm=
> $SRILM.
>
>
> Thanks.
>
> Regards,
>
> Kristine Ma. Dominique F. Kalaw
> Contact No.: 0927.854.4201
> Email: tintin.kalaw@gmail.com
>
>
> On Mon, Feb 23, 2015 at 5:32 AM, Barry Haddow
> <bhaddow@staffmail.ed.ac.uk> wrote:
> Hi TinTin
>
> First, make sure you do a clean build, and that you're
> absolutely sure Moses is linking against SRILM V1.6. If the
> build still fails, then post your log to the list,
>
> cheers - Barry
>
> Quoting TinTin Kalaw <tintin.kalaw@gmail.com> on Sun, 22 Feb
> 2015 22:48:03 +0800:
>
> It is because this other tool that I need (a thesis
> project of an
> upperclassmen) was made with SRILM. To run their
> project, SRILM must work.
>
> I used an older version of SRILM (v1.6.0). The build
> still failed.
>
> Thank you for your fast reply.
>
> Regards,
>
>
>
> *Kristine Ma. Dominique F. KalawContact No.:
> 0927.854.4201Email:
> tintin.kalaw@gmail.com <tintin.kalaw@gmail.com>*
>
> On Sun, Feb 22, 2015 at 5:30 PM, Hieu Hoang
> <hieuhoang@gmail.com> wrote:
>
> use a older version of SRILM.
>
> Can I ask why you use SRILM in more detail? Do
> you use it to create
> language models, or within the decoder to look
> up LM scores? In both cases,
> there are now better tools to use than SRILM
>
>
> On 22/02/15 07:22, TinTin Kalaw wrote:
>
> Good day!
>
> Whenever I try to compile Moses with the
> *--with-srilm=/my/path/to/srilm*,
> I get a compilation error. If I compile it
> with the
> *--with-boost=/my/path/to/boost* or with just
> *./bjam*, it is a success.
> Unfortunately I cannot use an alternative to
> SRILM because this other tool
> that I am using makes use of SRILM and Moses.
>
> I have already successfully
> installed/compiled the other
> tools/packages/dependencies that Moses needs.
> My machine is running on a
> dual-boot OS of *Windows 8.1* and *Ubuntu
> 14.04 LTS 64-bit*. I am
> currently using Ubuntu. I used *Giza v1.0.7*,
> *SRILM v1.7.1*, *Boost
> 1_57_0*, and the version of *Moses* as of Feb
> 7 2015.
>
> Attached here is the *build.log.gz* of the
> command *./bjam
> --with-srilm=$SRILM*.
>
> I am hoping for your swift response regarding
> this issue. Thank you.
>
> --
> Regards,
>
>
>
> *Kristine Ma. Dominique F. Kalaw Contact No.:
> 0927.854.4201 Email:
> tintin.kalaw@gmail.com
> <tintin.kalaw@gmail.com>*
>
>
> _______________________________________________
> Moses-support mailing
> listMoses-support@mit.eduhttp://mailman.mit.edu/mailman/listinfo/moses-support
>
>
> --
> Hieu Hoang
> Research Associate (until March 2015)
> ** searching for interesting commercial MT
> position **
> University of
> Edinburghhttp://www.hoang.co.uk/hieu
>
>
>
>
>
>
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support
>
>


--
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.



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

Message: 4
Date: Mon, 23 Feb 2015 15:44:08 +0000
From: Hieu Hoang <Hieu.Hoang@ed.ac.uk>
Subject: Re: [Moses-support] OPUS is down
To: joerg <tiedeman@gmail.com>
Cc: moses-support <moses-support@mit.edu>
Message-ID:
<CAEKMkbgSJdKLNXo3XVEnEMoeh+PhS3NjTBrBZuCMe=AN4gVozA@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi Jorg

Do you have an ETA of when OPUS will be back up?

Hieu Hoang
Research Associate (until March 2015)
** searching for interesting commercial MT position **
University of Edinburgh
http://www.hoang.co.uk/hieu


On 13 February 2015 at 14:59, joerg <tiedeman@gmail.com> wrote:

> Dear all,
>
> Just in case someone on the list tried to use OPUS (
> http://opus.lingfil.uu.se) during the last days. The server is down and
> we have some serious problems with at least one of the disks.
> Unfortunately, there is no immediate replacement for our hardware but we
> are working on recovering the service.
>
> Sorry for any inconvenience caused by this.
>
> Best,
> J?rg
>
>
> **********************************************************************************
> J?rg Tiedemann
> http://stp.lingfil.uu.se/~joerg/
>
>
>
>
> _______________________________________________
> 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/20150223/e2dd8513/attachment.htm

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

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


End of Moses-support Digest, Vol 100, Issue 77
**********************************************

0 Response to "Moses-support Digest, Vol 100, Issue 77"

Post a Comment