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: Problems installing IRSTLM (John D. Burger)
2. Re: Implementation of pre-reordering for German andother
languages (Maxim Khalilov)
3. mosesserver parallelization issue (Roee Aharoni)
----------------------------------------------------------------------
Message: 1
Date: Thu, 10 Apr 2014 13:39:12 -0400
From: "John D. Burger" <john@mitre.org>
Subject: Re: [Moses-support] Problems installing IRSTLM
To: moses-support <moses-support@mit.edu>
Message-ID: <2863517C-63D9-49B5-BC0F-8AA31DB26CF0@mitre.org>
Content-Type: text/plain; charset=iso-8859-1
Sorry, the OS and version are of course relevant, I should have included that info.
It's Red Hat Enterprise Linux Server release 5.10. But the autotools on this machine are in fact rather old (ca. 2006). However, as I said they're newer than what regenerate-makefiles.sh says it needs. And I think your hint is correct, libtool is the culprit here.
For now I built IRSTLM static on a machine with newer autotools and copied everything over. That's working fine. The IRSTLM folks might take a note about this, though.
Thanks.
- JB
On Apr 10, 2014, at 07:25 , Hieu Hoang <Hieu.Hoang@ed.ac.uk> wrote:
> what OS are you on and do you have libtool (or glibtool on macport/osx)?
>
> i sometimes see this on older machines
>
>
> On 8 April 2014 18:52, John D. Burger <john@mitre.org> wrote:
> I should add that simply creating the subdirectory doesn't work, later steps expect to find something there.
>
> - JB
>
> On Apr 8, 2014, at 13:40 , John D. Burger <john@mitre.org> wrote:
>
> > Hi -
> >
> > I'm having autotools troubles while installing irstlm-5.80.03 per the directions here:
> >
> > http://www.statmt.org/moses/?n=Moses.Baseline
> >
> > On the very first step I get this:
> >
> >> ./regenerate-makefiles.sh
> > Calling /usr/bin/libtoolize
> > You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
> > Calling /usr/rcf/bin/aclocal...
> > aclocal: couldn't open directory `m4': No such file or directory
> > aclocal failed
> >
> > The comments in regenerate-makefiles.sh say this:
> >
> > # Versions 1.9 (or higher) of aclocal and automake are required.
> > # Version 2.59 (or higher) of autoconf is required.
> >
> > I have 1.9.6 and 2.60 respectively. Any suggestions?
> >
> > Thanks.
> >
> > - John Burger
> > MITRE
>
>
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support
>
>
>
> --
> Hieu Hoang
> Research Associate
> University of Edinburgh
> http://www.hoang.co.uk/hieu
>
------------------------------
Message: 2
Date: Fri, 11 Apr 2014 00:54:12 +0200
From: Maxim Khalilov <maxkhalilov@gmail.com>
Subject: Re: [Moses-support] Implementation of pre-reordering for
German andother languages
To: leona@postech.ac.kr
Cc: moses-support <moses-support@mit.edu>, mt-list@eamt.org
Message-ID:
<CAPKeiSDQbR=RREha0L_GFVr1tmkcMyF8m+yc=QrFi0De-YYqzQ@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hi all,
Thanks a lot for your comprehensive answers.
An additional complication is that we need to combine the reordering
component with tag handling (e.g.
http://www.mtsummit2013.info/files/proceedings/wptp2-joanis.pdf). It is not
clear at this stage if it is possible at all, but we are working on it.
Best regards and thanks for your help again,
Maxim
On Fri, Apr 4, 2014 at 5:09 AM, Hwidong Na <leona@postech.ac.kr> wrote:
> Hi all,
>
> If you do not have to use syntactic parser, it is possible to utilize a
> discriminative parser for word reordering, such as STIR (
> http://research.google.com/pubs/pub37163.html, but no implementation
> available) or LADER (
> http://www.phontron.com/paper/neubig12emnlp-reordering.pdf,
> implementation available at https://github.com/neubig/lader).
>
> Best,
>
> Hwidong Na
> POSTECH, Korea
>
> On 04/04/2014 01:54 AM, Benjamin K?rner wrote:
>
> Hi Maxim, hi all,
>
>
>
> in an undergraduate class we were working on a automatic rule extraction
> and source-side preordering system as a preprocessing step for English-
> Japanese. At the moment I'm writing my BA thesis on this stuff. It works
> with Moses and cdec and since it is just preprocessing it should work with
> any other decoder.
>
> If you exchange the parser and maybe some of the parameters it should work
> for every language pair. We get BLEU score improvement in intrinsic
> evaluation (right now with a 1,7 mio sentence eng-jap patent corpus).
>
>
>
> The idea came from Genzel
> http://research.google.com/pubs/archive/36484.pdf
>
>
>
> Also check our final presentation slides of our implemention @
> https://www.cl.uni-heidelberg.de/studies/projects/poster/hitschler_koerner_ohta2013.pdf
>
>
>
>
>
> Best,
>
>
>
> Benjamin
>
>
>
>
>
> *Von:* moses-support-bounces@mit.edu [mailto:moses-support-bounces@mit.edu<moses-support-bounces@mit.edu>]
> *Im Auftrag von *Milos Stanojevic
> *Gesendet:* Donnerstag, 3. April 2014 16:12
> *An:* Hieu Hoang
> *Cc:* moses-support; mt-list@eamt.org
> *Betreff:* Re: [Moses-support] Implementation of pre-reordering for
> German and other languages
>
>
>
> Hi Maxim,
>
>
>
> You can check this paper: http://aclweb.org/anthology//P/P11/P11-2067.pdf<http://aclweb.org/anthology/P/P11/P11-2067.pdf>
>
> It says: "CKK uses the Dubey and Keller (2003) parser, which is trained on
> the Negra corpus (Skut et al., 1997)."
>
>
>
> Regards,
>
> Milos Stanojevic
>
>
>
>
>
>
>
> On Thu, Apr 3, 2014 at 12:50 PM, Hieu Hoang <Hieu.Hoang@ed.ac.uk> wrote:
>
> I don't know of an implementation that's available for download and I seem
> to remember that the parser they used was extremely difficult to use or
> compile.
>
> If you find out more, please let everyone know
>
>
>
> On 25 March 2014 17:07, Maxim Khalilov <maxkhalilov@gmail.com> wrote:
>
> Dear Moses community,
>
>
>
> I am looking for a ready to use or easily customizable implementation of
> pre-reordering algorithms for Moses? In particular, I'm interested in
> language pairs with German as a source language and a variety of languages
> as target, so probably the best solution is syntax based.
>
>
>
> As a starting point, I would consider the algorithm described in (Collins
> et al., 2005), but I don't know if there is an implementation available and
> which parser it relies on.
>
>
>
> Thanks for your help beforehand,
>
> Maxim Khalilov
>
>
>
>
>
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support
>
>
>
>
> --
> Hieu Hoang
> Research Associate
> University of Edinburgh
> http://www.hoang.co.uk/hieu
>
>
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support
>
>
>
>
> _______________________________________________
> Moses-support mailing listMoses-support@mit.eduhttp://mailman.mit.edu/mailman/listinfo/moses-support
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20140411/8a58301b/attachment-0001.htm
------------------------------
Message: 3
Date: Fri, 11 Apr 2014 11:42:38 +0300
From: Roee Aharoni <roee.aharoni@gmail.com>
Subject: [Moses-support] mosesserver parallelization issue
To: "moses-support@mit.edu" <moses-support@mit.edu>
Message-ID:
<CAAFz8fVb3fgLEazejj_WLeGgtFmFO4yqpmcUoyTkPnHTFa1v6g@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
Hi all!
I'm running Moses with mosesserver (V1.0) on a 6-core machine, using the
in-memory translation model and kenlm. There seems to be a problem with its
parallel performance: when using two different sentences, when I try to
send each of them by itself to translation (via xmlrpc), each takes about 1
second to be translated. However, when I send them at the same time from
the client with two separate threads, the translation of each takes almost
2 seconds (almost twice than when sent seperately). Has anyone met this
problem? Do you have an idea of what it could be? Maybe I have something
misconfigured?
Thanks in advance,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20140411/309bc13e/attachment.htm
------------------------------
_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support
End of Moses-support Digest, Vol 90, Issue 29
*********************************************
Subscribe to:
Post Comments (Atom)
0 Response to "Moses-support Digest, Vol 90, Issue 29"
Post a Comment