Moses-support Digest, Vol 93, Issue 16

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. Fwd: about the moses code (amir haghighi)
2. Re: Problem of Concurrent access of MT SYSTEM (Hieu Hoang)
3. Re: Fwd: about the moses code (Hieu Hoang)
4. Re: How to implement "Syntax Based Statistical Machine
Translation" (Philipp Koehn)


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

Message: 1
Date: Mon, 14 Jul 2014 02:23:10 +0430
From: amir haghighi <amir.haghighi.64@gmail.com>
Subject: [Moses-support] Fwd: about the moses code
To: moses-support <moses-support@mit.edu>
Message-ID:
<CA+UVbEheMkm9vxY7BfUgQ2-0S5hYdnvmyJKN2AkYX1Cw9b73xg@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hello all

it is a week that I want to open moses code with Netbeans od eclipse IDE
and I cant.
regrading that moses code does not have any make or configure file, could
you please help me how can I open and run its code with those IDEs?
I should add my feature function to moses code but I can't even open the
code with an IDE.

I would be very grateful if you could help me.

Thank you
Amir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20140714/cd719eca/attachment-0001.htm

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

Message: 2
Date: Mon, 14 Jul 2014 11:32:46 +0100
From: Hieu Hoang <Hieu.Hoang@ed.ac.uk>
Subject: Re: [Moses-support] Problem of Concurrent access of MT SYSTEM
To: Ajit Kumar <ajit8671@gmail.com>
Cc: moses-support <moses-support@mit.edu>
Message-ID:
<CAEKMkbhYktkE-zWp-CcbDo6xqSABSkmbUPOMiUoiWZyP5gJs1A@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

thats strange. I think the server is specifically designed for concurrent
access.

I tested your website by opening several tabs on my browser and requesting
translations. It seemed to work ok.

What errors are you getting? Also, did you change the source code of the
client or server in anyway?





On 13 July 2014 16:45, Ajit Kumar <ajit8671@gmail.com> wrote:

> Sir
>
> Thank you very much for your feedback. We are using binarized the
> phrase table, lexical reordering table and language model files for
> the online as well as offline systems. So loading time is not a
> problem. But the issue is of concurrency. The moses server in not
> able to serve more than one request at a time.
>
> Kindly suggest some solution. Thanks.
>
>
> On 7/13/14, Hieu Hoang <Hieu.Hoang@ed.ac.uk> wrote:
> > Have you binarized the phrase table, lexical reordering table and
> language
> > model files? If not, Moses will take a long time to load. During loading
> it
> > won't be able to translate anything
> >
> > If you have binarized the model files, you should all force them into the
> > filesystem cache if you computer has enough memory. This will make moses
> > run faster.
> > https://www.mail-archive.com/moses-support%40mit.edu/msg05533.html
> >
> > Also, there is an issue with threading with moses server that makes it
> > slower than it should be. We will fix it soon.
> >
> > On 11 July 2014 16:35, Vishal Goyal(????? ????) <vishal.pup@gmail.com>
> > wrote:
> >
> >> Hello friends,
> >> I have developed Hindi to Punjabi MachineTranslation System using MOSES
> >> Toolkit and installed on dedicated Server and the web address for the
> >> same
> >> is http://116.193.161.115/cgi-bin/hi2pu/index.cgi
> >> This is working fine. Now, I am facing the problem is that When I tried
> >> load testing, I mean I opened 4-5 tabs in the web browser and given
> input
> >> text for translation, It started giving Internal Server Error. Then
> after
> >> 5
> >> minutes it started working but it always fails to handle multiple
> >> requests.
> >> Kindly help in resoving this issue
> >>
> >> --
> >> *Regards,*
> >> Vishal Goyal,
> >> Ph.D., M.Tech., MCA, M.C.S.D.
> >> Assistant Professor(Stage III),
> >> Department of Computer Science,
> >> Punjabi University Patiala-147002
> >> *[ICON 2014- http://ltrc.iiit.ac.in/icon/2014/
> >> <http://ltrc.iiit.ac.in/icon/2014/>]*
> >> [*Online Hindi to Punjabi Machine Translation Tool -*
> >> http://h2p.learnpunjabi.org ]
> >> *[Research Cell: An International Journal of Engineering Sciences,
> >> http://ijoes.vidyapublications.com <http://ijoes.vidyapublications.com
> >]*
> >>
> >>
> >> _______________________________________________
> >> 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
> >
>
>
> --
> Ajit Kumar
> Multani Mal Modi College
> Patiala
>
> Mobile 9855544225
>
>


--
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/20140714/9b9a5bf0/attachment-0001.htm

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

Message: 3
Date: Mon, 14 Jul 2014 11:46:17 +0100
From: Hieu Hoang <Hieu.Hoang@ed.ac.uk>
Subject: Re: [Moses-support] Fwd: about the moses code
To: amir haghighi <amir.haghighi.64@gmail.com>
Cc: moses-support <moses-support@mit.edu>
Message-ID:
<CAEKMkbih2qbZm3hyB7zj6hN8RjpK-Q5qWrfDnETPKMQeYjQmag@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

I've just uploaded a youtube video about this
https://www.youtube.com/watch?v=P43h827uLac&feature=youtu.be
Hope thats useful to you



On 13 July 2014 22:53, amir haghighi <amir.haghighi.64@gmail.com> wrote:

>
> Hello all
>
> it is a week that I want to open moses code with Netbeans od eclipse IDE
> and I cant.
> regrading that moses code does not have any make or configure file, could
> you please help me how can I open and run its code with those IDEs?
> I should add my feature function to moses code but I can't even open the
> code with an IDE.
>
> I would be very grateful if you could help me.
>
> Thank you
> Amir
>
>
> _______________________________________________
> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20140714/8df7af2b/attachment-0001.htm

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

Message: 4
Date: Mon, 14 Jul 2014 08:52:33 -0400
From: Philipp Koehn <pkoehn@inf.ed.ac.uk>
Subject: Re: [Moses-support] How to implement "Syntax Based
Statistical Machine Translation"
To: Hieu Hoang <Hieu.Hoang@ed.ac.uk>
Cc: "moses-support@mit.edu" <moses-support@mit.edu>
Message-ID:
<CAAFADDAw8n3YjbeJQ3y0G=us+RcodrUXxQ3-2JYBsiYM_Rz2uQ@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

Hi,

there is a nice tutorial on syntax-based MT on the Moses web site:
http://www.statmt.org/moses/?n=Moses.SyntaxTutorial

-phi

On Sun, Jul 13, 2014 at 5:22 AM, Hieu Hoang <Hieu.Hoang@ed.ac.uk> wrote:
> you should try the hierarchical model after the phrase-based model. This
> uses the same algorithms as the syntax model but doesn't need linguistic
> resources.
>
> there are EMS example to create hierarchical models
>
>
> On 10 July 2014 11:26, Asad A.Malik <asad_12204@yahoo.com> wrote:
>>
>> Hi All,
>>
>> I've successfully developed "Phrase Based Statistical Machine Translation"
>> for Urdu to English. Now I wanted to move forward to the "Syntax Based". I
>> wanted to know that how can I develop Syntax Based SMT? Do I need linguistic
>> rules in order to develop it?
>>
>> Thanks,
>> Mr. Asad
>>
>> _______________________________________________
>> 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
>
> The University of Edinburgh is a charitable body, registered in
> Scotland, with registration number SC005336.
>


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

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


End of Moses-support Digest, Vol 93, Issue 16
*********************************************

0 Response to "Moses-support Digest, Vol 93, Issue 16"

Post a Comment