Moses-support Digest, Vol 84, Issue 47

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. gcc 4.8.1 (unbuntu 13.10) (Hieu Hoang)
2. language models (Read, James C)
3. Re: What is the best configuration for MOSES so far, decoding
speed-wise? (Kenneth Heafield)
4. Re: language models (Kenneth Heafield)
5. Re: language models (Nicola Bertoldi)


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

Message: 1
Date: Thu, 31 Oct 2013 15:35:27 +0000
From: Hieu Hoang <Hieu.Hoang@ed.ac.uk>
Subject: [Moses-support] gcc 4.8.1 (unbuntu 13.10)
To: moses-support <moses-support@mit.edu>
Message-ID:
<CAEKMkbg0Nz7AeGWW3QN1yGMbJM7E34T3dsKZUQH=20HJe+cX+w@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

in case people are having problem with moses on the latest ubuntu, there's
a show-stopping bug
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58800

advice - don't upgrade to the latest ubuntu yet

--
Hieu Hoang
Research Associate
University of Edinburgh
http://www.hoang.co.uk/hieu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20131031/9477e424/attachment-0001.htm

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

Message: 2
Date: Thu, 31 Oct 2013 16:01:24 +0000
From: "Read, James C" <jcread@essex.ac.uk>
Subject: [Moses-support] language models
To: "moses-support@mit.edu" <moses-support@mit.edu>
Message-ID:
<F00840E41983C645928E21E3C35F4EB1012CF34E08@mbx1-node2.essex.ac.uk>
Content-Type: text/plain; charset="iso-8859-1"

Does anybody have experience with installing RandLM and SRILM? Is it possible to compile Moses to support a variety of language model libraries and then configure to select which one to use for each experiment?

thanks,
James



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

Message: 3
Date: Thu, 31 Oct 2013 09:18:15 -0700
From: Kenneth Heafield <moses@kheafield.com>
Subject: Re: [Moses-support] What is the best configuration for MOSES
so far, decoding speed-wise?
To: moses-support@mit.edu
Message-ID: <527282C7.2090703@kheafield.com>
Content-Type: text/plain; charset=ISO-8859-1

Hi,

You should read

http://www.statmt.org/moses/?n=Moses.Optimize

Use Linux on physical hardware.

Kenneth

On 10/31/13 03:27, Roee Aharoni wrote:
> Hi all!
>
> We are looking into building an SMT system based on MOSES, and ready to put in large effort and resources. We already built a baseline system with the toolkit and got very positive early results.
>
> Now, we would like to know what is the optimal setup (especially regarding speed/latency) recommended for a system, based on your past experience so far, in terms of:
>
> - Operating system to use
> - CPU and memory options
> - Virtual vs. Physical servers
> - Which LM to use
> - Scale-out options available
>
> Etc.
>
> We would really appreciate any help, hopefully to become users and contributors of the project!
>
> Best regards,
> Roee
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support
>


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

Message: 4
Date: Thu, 31 Oct 2013 09:23:26 -0700
From: Kenneth Heafield <moses@kheafield.com>
Subject: Re: [Moses-support] language models
To: moses-support@mit.edu
Message-ID: <527283FE.2030702@kheafield.com>
Content-Type: text/plain; charset=ISO-8859-1

Once installed, you just need to use the --with-randlm and --with-srilm
options to bjam, respectively. Then you will be able to configure which
to use in your moses.ini per
http://www.statmt.org/moses/?n=FactoredTraining.BuildingLanguageModel .

RandLM is fairly straightforward to install. SRILM's install is
perpetually broken but there are some tips in Moses's
BUILD-INSTRUCTIONS.txt which you will find in the top directory of any
Moses checkout.

Kenneth

On 10/31/13 09:01, Read, James C wrote:
> Does anybody have experience with installing RandLM and SRILM? Is it possible to compile Moses to support a variety of language model libraries and then configure to select which one to use for each experiment?
>
> thanks,
> James
>
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support
>


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

Message: 5
Date: Thu, 31 Oct 2013 16:22:32 +0000
From: Nicola Bertoldi <bertoldi@fbk.eu>
Subject: Re: [Moses-support] language models
To: "Read, James C" <jcread@essex.ac.uk>
Cc: moses-support support <moses-support@mit.edu>
Message-ID: <C2DCCB3B-8D4F-4B30-BCF3-A7747C90DF2A@fbk.eu>
Content-Type: text/plain; charset="us-ascii"

Hi James,

yes, I already succeeded in installing randLM and SRILM on both MacOSx and Linux Redhat. it was very simple following their documentations.

and

yes, it is possible to compile Moses with any LM library you like
adding zero, one or more of the following parameters

--with-irstlm=/path/to/irstlm

--with-randlm=/path/to/randlm

--with-srilm=/path/to/srilm

you can find more details here
http://www.statmt.org/moses/?n=Development.GetStarted
in section "Optional packages"


at run time, you can select the desired LM type in the configuration file.



Nicola



On Oct 31, 2013, at 5:01 PM, Read, James C wrote:

> Does anybody have experience with installing RandLM and SRILM? Is it possible to compile Moses to support a variety of language model libraries and then configure to select which one to use for each experiment?
>
> thanks,
> James
>
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support




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

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


End of Moses-support Digest, Vol 84, Issue 47
*********************************************

0 Response to "Moses-support Digest, Vol 84, Issue 47"

Post a Comment