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: differences between moses and moses2 output (Hieu Hoang)
2. Re: NMT - wiki (Jorg Tiedemann)
3. Moses as a service... (Raymond Monette)
----------------------------------------------------------------------
Message: 1
Date: Wed, 28 Sep 2016 17:52:03 +0100
From: Hieu Hoang <hieuhoang@gmail.com>
Subject: Re: [Moses-support] differences between moses and moses2
output
To: Vito Mandorino <vito.mandorino@linguacustodia.com>
Cc: moses-support <moses-support@mit.edu>
Message-ID: <b101c2bc-28f7-a0ae-9698-31ee8b8f7ab2@gmail.com>
Content-Type: text/plain; charset=utf-8; format=flowed
cool. do you have any indications of speed, especially when using
multiple threads? model sizes and average input sentence length are also
relevant.
------------------------------
Message: 2
Date: Wed, 28 Sep 2016 21:27:49 +0300
From: Jorg Tiedemann <tiedeman@gmail.com>
Subject: Re: [Moses-support] NMT - wiki
To: Ondrej Bojar <bojar@ufal.mff.cuni.cz>
Cc: moses-support <moses-support@mit.edu>
Message-ID: <D80AFB7A-8833-40F7-A6D9-2FCF075C451F@gmail.com>
Content-Type: text/plain; charset="utf-8"
Yes, Ondrej, I agree that the statmt-wiki is a good place for collecting all the references. Still, my ideas was that our wiki could cover even smaller tutorials, links to current events, new implementations, reviews of packages, explanations of new NMT models, tips and tricks etc. Would that make sense?
But then the question is who would add all that kind of information and keep it up-to-date ?
J?rg
> On 26 Sep 2016, at 19:55, Philipp Koehn <phi@jhu.edu> wrote:
>
> Hi Ondrej,
>
> thanks for posting the link.
>
> The neural network section was pretty up to date a year ago:
> http://www.statmt.org/survey/Topic/NeuralNetworkModels <http://www.statmt.org/survey/Topic/NeuralNetworkModels>
>
> This is editable by anyone, so if someone feels like adding
> some summaries of papers, that would be great.
>
> -phi
>
> On Mon, Sep 26, 2016 at 2:18 AM, Ondrej Bojar <bojar@ufal.mff.cuni.cz <mailto:bojar@ufal.mff.cuni.cz>> wrote:
> Dear Joerg,
>
> I like the idea, but there is already a place out there for such a wiki:
>
> http://statmt.org/survey/ <http://statmt.org/survey/>
>
> Cheers, O.
>
> ----- Original Message -----
> > From: "Jorg Tiedemann" <tiedeman@gmail.com <mailto:tiedeman@gmail.com>>
> > To: "moses-support" <moses-support@mit.edu <mailto:moses-support@mit.edu>>
> > Sent: Sunday, 25 September, 2016 15:20:31
> > Subject: [Moses-support] NMT - wiki
>
> > Hi,
> >
> > We have started to collect links about neural MT on a wiki to keep track on new
> > developments and implementations:
> > https://bitbucket.org/hy-crossNLP/neuralmt <https://bitbucket.org/hy-crossNLP/neuralmt>
> > <https://bitbucket.org/hy-crossNLP/neuralmt <https://bitbucket.org/hy-crossNLP/neuralmt>>
> > I guess that many of you have similar lists and bookmarks and it is easy to miss
> > interesting new stuff.
> > It would be great to develop this into a comprehensive resource. Is anyone
> > interested in contributing?
> > Any suggestions are welcome.
> >
> > All the best,
> > J?rg
> >
> >
> > _______________________________________________
> > 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>
>
> --
> Ondrej Bojar (mailto:obo@cuni.cz <mailto:obo@cuni.cz> / bojar@ufal.mff.cuni.cz <mailto:bojar@ufal.mff.cuni.cz>)
> http://www.cuni.cz/~obo <http://www.cuni.cz/~obo>
>
> _______________________________________________
> 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 --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20160928/91a26850/attachment-0001.html
------------------------------
Message: 3
Date: Wed, 28 Sep 2016 18:07:50 -0400
From: "Raymond Monette" <rmonette@ubiqus.com>
Subject: [Moses-support] Moses as a service...
To: <moses-support@mit.edu>
Message-ID: <084f01d219d4$c0ee9cb0$42cbd610$@ubiqus.com>
Content-Type: text/plain; charset="us-ascii"
Ive managed to install and get a Moses instance up and running on Ubuntu
16.04. Im at the testing point and things work as documented. Ive compiled
it via bjam with these switches: boost, xmlrpc, cmph, irstlm. Mgiza is up
and running as well.
Im pretty confused about how to test the moses as a service (maas) component
though. This link does not provide much clarity.
http://www.statmt.org/moses/?n=Advanced.Moses
"This can be launched using the same command-line arguments as moses, with
two additional arguments to specify the listening port and log-file
(--server-port and --server-log). These default to 8080 and /dev/null
respectively."
Would it be possible to get a full command line example please? Or something
that illustrates/confirms that the "as a service" component runs/works. I
tried this, but Im sure Im not getting something.
mosesdecoder/bin/moses -f phrase-model/moses.ini < phrase-model/in > out
--server-port 8080 --server-log /dev/null
I haven't tried the perl client script yet. Id eventually like to invoke
maas via a web service, which I can build pretty easily on the Windows side.
On a side note: Id like to contribute if possible. Im pretty decent and
verbose when it comes to documenting stuff, but am not a Linux expert. If
someone is willing to review my stuff I could send some docs. So far, Ive
just documented stuff for Ubuntu 16.04. The challenge for me was
understanding where things are supposed to go (ie root folders for
installations, etc.)
Any clarifications would be appreciated.
Thanks
R
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20160928/2873b9c1/attachment.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 484 bytes
Desc: not available
Url : http://mailman.mit.edu/mailman/private/moses-support/attachments/20160928/2873b9c1/attachment.bin
------------------------------
_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support
End of Moses-support Digest, Vol 119, Issue 43
**********************************************
Subscribe to:
Post Comments (Atom)
0 Response to "Moses-support Digest, Vol 119, Issue 43"
Post a Comment