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: query regarding system configuration and adding other
methods to moses (Philipp Koehn)
2. Re: how to give text file as input to moses without saving
its content (Philipp Koehn)
----------------------------------------------------------------------
Message: 1
Date: Fri, 29 Jan 2016 18:03:43 -0500
From: Philipp Koehn <phi@jhu.edu>
Subject: Re: [Moses-support] query regarding system configuration and
adding other methods to moses
To: rmogla <rmogla01@gmail.com>
Cc: "moses-support@mit.edu" <moses-support@mit.edu>
Message-ID:
<CAAFADDC54jt281x0c4FetSXXWHsTDdRuJ__O4et9RZfHz7Q-eg@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8
Hi,
> 1. Please suggest what is the minimum system configuration(RAM, memory etc.)
> to use moses.
This depends on how much data you have. You should have at least 4GB of RAM
for any reasonably sized model.
> 2.Can we add another non statistical alignment model instead of giza++ to
> moses.
Yes, for instance, fast_align from Chris Dyer is quite popular these days.
> 3. As per my understanding we can train the system on the basis of varying
> the phrase length and order of language model, is my understanding correct.
>
> Apart from these two things on what basis we can modify moses or is it
> possible and feasible to add some new methods probably a non statistical
> algorithm to moses? If yes in which language the codes should be written?
There is a lot that can be done. Rule-based components (e.g., pre-ordering)
have been used in pre-processing and can be implemented in any language.
If you want to modify the decoder, you will need to use C++.
-phi
------------------------------
Message: 2
Date: Fri, 29 Jan 2016 19:03:28 -0500
From: Philipp Koehn <phi@jhu.edu>
Subject: Re: [Moses-support] how to give text file as input to moses
without saving its content
To: Apurva Joshi <apurvajoshi1992@gmail.com>
Cc: "moses-support@mit.edu" <moses-support@mit.edu>
Message-ID:
<CAAFADDA41ss6LhnxruLqqr5yKgRgufvkuRTSDA6FMVe+JRmDqA@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hi,
you will have an easier job of integrating Moses into a web site with the
server implementations.
Also, take a look at the following:
http://www.statmt.org/moses/?n=Moses.WebTranslation
which may already implement what you are trying to do.
-phi
On Mon, Jan 25, 2016 at 7:53 AM, Apurva Joshi <apurvajoshi1992@gmail.com>
wrote:
> i got solution
>
> On Mon, Jan 25, 2016 at 4:30 PM, Apurva Joshi <apurvajoshi1992@gmail.com>
> wrote:
>
>> hello all,
>> i designed MT for english-hindi pair
>> and now i am creating website of my MT
>>
>> my shell script is
>>
>> cd /home/techmahindra/only_MT
>>
>> cat /home/techmahindra/input.txt > only_moses_sentence.txt
>>
>> /home/techmahindra/mosesdecoder-RELEASE-3.0/bin/moses -f
>> /home/techmahindra/working_coep/train/model/moses.ini -i
>> /home/techmahindra/only_MT/only_moses_sentence.txt>
>> /home/techmahindra/hindi_god/festival-hi-0.1/test2.hi
>>
>>
>> my website structure is
>>
>> textbox for english input text >> convert(button to be press..after
>> pressing it above script will run) >> textbox for hindi output text
>>
>>
>> now when i type new english sentence in first textbox and press convert
>> button >
>> then my script runs ...
>> first content on textbox is copied to ~/input.txt ...and process
>> continues as per script
>> but pbm is every time i need to save input.txt ...then only moses command
>> accept it...i want automatic conversion after pressing "convert"
>> but i need to first save input.txt ... then i get output...
>>
>> so in short file reloading problem is coming ... so plz tell me how to
>> solve this??
>> is there any linux command by which we can save txt file??
>>
>> plzz do reply on apurvajoshi1992@gmail.com
>>
>>
>
> _______________________________________________
> 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/20160129/59339ca9/attachment-0001.html
------------------------------
_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support
End of Moses-support Digest, Vol 111, Issue 86
**********************************************
Subscribe to:
Post Comments (Atom)
0 Response to "Moses-support Digest, Vol 111, Issue 86"
Post a Comment