Re: [Moses-support] Running application using Moses

2011-06-03 Thread Tom Hoar
Hi Nakul, In May 2010, Ivan shared the code below for running Moses with Python. We used it as the foundation for our moses.py plugin for Do Moses Yourself (DoMY). I think Ken's stackoverflow.com and this sample should put you on track. Tom Original Message Subj

Re: [Moses-support] Running application using Moses

2011-06-03 Thread Kenneth Heafield
Moses outputs translations to stdout and advisory messages to stderr. This is the correct behavior. I think you're referring to Java's rudimentary process IO handling. http://stackoverflow.com/questions/60302/starting-a-process-with-inherited-stdin-stdout-stderr-in-java-6 On 06/03/11 05:50, nakul

Re: [Moses-support] running application using moses

2011-06-03 Thread Thu Vuong Hoai
face this problem. Can anyone suggest how to recover from this > problem ? i am using Process class in java. > > Please tell how to resolve this problem. > > > -- > Thanks & Regards, > nakul > -- next part -- > An HTML attachment was scrubbed...

[Moses-support] Reordering Model

2011-06-03 Thread Mehmet Tatlıcıoğlu
Hi, Is there a source where I can find information regarding the reordering model and its parameters (like, what does each of these 6 numbers mean?). Thanks in advance. -- Mehmet Tatlıcıoğlu ___ Moses-support mailing list Moses-support@mit.edu http://ma

[Moses-support] Running application using Moses

2011-06-03 Thread nakul sharma
Hi All, i am developing an application using Java Swing which invokes Moses decoder to undertake translation. the moses decoder runs in ErrorStream instead of standard output. i have passed all the paramters to Moses decoder correctly, but i still face this problem. Can anyone suggest how to reco