Moses-support Digest, Vol 101, Issue 27

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: Cannot Link SRILM to Moses (Hieu Hoang)
2. Re: Cannot Link SRILM to Moses (Hieu Hoang)


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

Message: 1
Date: Sun, 08 Mar 2015 21:32:13 +0000
From: Hieu Hoang <hieuhoang@gmail.com>
Subject: Re: [Moses-support] Cannot Link SRILM to Moses
To: "Asad A.Malik" <asad_12204@yahoo.com>, Moses-support Support
<moses-support@mit.edu>, Hieu Hoang <hieu.hoang@ed.ac.uk>, Philipp
Koehn <pkoehn@inf.ed.ac.uk>
Message-ID: <54FCBFDD.6040605@gmail.com>
Content-Type: text/plain; charset="utf-8"

hi

There's a few issues here:
1. the compile can't find the boost libraries. Make sure boost is
installed on your computer. Or follow the instructions on the following
webpage to compile moses yourself
http://www.statmt.org/moses/?n=Development.GetStarted
2. there's a problem with using srilm 1.7.1 with moses. Do 1 of these
things
a. Don't use SRILM. Unless there's some legacy reason why
you're still using it, there are better LM implemtations, eg. KENLM,
IRSTLM, DALM.
b. use an older version of SRILM.
c. Update moses. I've just made a change so that SRILM 1.7.1
now works with moses
https://github.com/moses-smt/mosesdecoder/commit/c08ebc9daeccba335e6c171e46d23fe45906684f

On 08/03/2015 18:24, Asad A.Malik wrote:
> Hi All,
>
> I wanted to use EMS and as per manual I have to link SRILM with Moses
> in order to use EMS. I tried the followng command:
>
> / ./bjam --with-srilm=/home/asad/research-07-Mar-2015/srilm-1.7.1/
> /
> /
> But I am getting error. So their for I've followed the steps which
> were mentioned and I am send you the logs of it. I will be really
> thankful to you guyz.
>
> --
>
> Kind Regards,
>
> Mr. Asad Abdul Malik

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20150308/a573d565/attachment-0001.htm

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

Message: 2
Date: Mon, 09 Mar 2015 10:48:14 +0000
From: Hieu Hoang <hieuhoang@gmail.com>
Subject: Re: [Moses-support] Cannot Link SRILM to Moses
To: "Asad A.Malik" <asad_12204@yahoo.com>, moses-support
<moses-support@mit.edu>
Message-ID: <54FD7A6E.8000306@gmail.com>
Content-Type: text/plain; charset="utf-8"



On 09/03/2015 04:34, Asad A.Malik wrote:
> Hi Hieu,
>
> Thanks for reply.
>
> 1. I've following the steps for installing the boost. But it was
> giving me following output:
>
> /link.jam: No such file or directory/
> /notice: could not find main target link-static/
> /notice: assuming it is a name of file to create./
> /Performing configuration checks/
>
> / - 32-bit : no (cached)/
> / - 64-bit : yes (cached)/
> / - arm : no (cached)/
> / - mips1 : no (cached)/
> / - power : no (cached)/
> / - sparc : no (cached)/
> / - x86 : yes (cached)/
> / - has_icu builds : yes (cached)/
> /warning: Graph library does not contain MPI-based parallel components./
> /note: to enable them, add "using mpi ;" to your user-config.jam/
> / - zlib : yes (cached)/
> / - iconv (libc) : yes (cached)/
> / - icu : yes (cached)/
> / - lockfree boost::atomic_flag : yes (cached)/
> / - compiler-supports-ssse3 : yes (cached)/
> / - compiler-supports-avx2 : no (cached)/
> / - gcc visibility : yes (cached)/
> / - long double support : yes (cached)/
> /warning: skipping optional Message Passing Interface (MPI) library./
> /note: to enable MPI support, add "using mpi ;" to user-config.jam./
> /note: to suppress this message, pass "--without-mpi" to bjam./
> /note: otherwise, you can safely ignore this message./
> / - zlib : yes (cached)/
> /don't know how to make <e>link-static/
> /...found 1 target.../
> /...can't find 1 target.../
> /FAILURE/
>
> 2. I actually wanted to use EMS, and in manual it was mentioned that
> I've to install SRILM for it. Is it possible if I use IRSTLM or any
> other LM for EMS???
> Also I've updated the Moses to latest version and have tried both
> SRILM 1.7.0 and 1.7.1 but both are giving same problem
the EMS doesn't require SRILM. You can use KenLM (which is included with
Moses) or IRSTLM. Even when the EMS uses SRILM, it only for training.
You only need to compile SRILM, not link it into Moses
> --
>
> Kind Regards,
>
> Mr. Asad Abdul Malik
>
>
> On Monday, March 9, 2015 2:32 AM, Hieu Hoang <hieuhoang@gmail.com> wrote:
>
>
> hi
>
> There's a few issues here:
> 1. the compile can't find the boost libraries. Make sure boost is
> installed on your computer. Or follow the instructions on the
> following webpage to compile moses yourself
> http://www.statmt.org/moses/?n=Development.GetStarted
> 2. there's a problem with using srilm 1.7.1 with moses. Do 1 of
> these things
> a. Don't use SRILM. Unless there's some legacy reason why
> you're still using it, there are better LM implemtations, eg. KENLM,
> IRSTLM, DALM.
> b. use an older version of SRILM.
> c. Update moses. I've just made a change so that SRILM 1.7.1
> now works with moses
> https://github.com/moses-smt/mosesdecoder/commit/c08ebc9daeccba335e6c171e46d23fe45906684f
>
> On 08/03/2015 18:24, Asad A.Malik wrote:
>> Hi All,
>>
>> I wanted to use EMS and as per manual I have to link SRILM with Moses
>> in order to use EMS. I tried the followng command:
>>
>> / ./bjam --with-srilm=/home/asad/research-07-Mar-2015/srilm-1.7.1/
>> /
>> /
>> But I am getting error. So their for I've followed the steps which
>> were mentioned and I am send you the logs of it. I will be really
>> thankful to you guyz.
>>
>> --
>>
>> Kind Regards,
>>
>> Mr. Asad Abdul Malik
>
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20150309/d95fe3ee/attachment.htm

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

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


End of Moses-support Digest, Vol 101, Issue 27
**********************************************

0 Response to "Moses-support Digest, Vol 101, Issue 27"

Post a Comment