Re: [Moses-support] How can I download Mosesserver which run in Syntax-Based SMT?

2012-05-01 Thread Philipp Koehn
Hi, Barry Haddow added support for syntax-based models to the mosesserver just a couple of weeks ago, so this should work. -phi On Tue, May 1, 2012 at 8:41 PM, Fong Po Po wrote: > Dear all: > > Thanks for your reply. > How can I make Mosesserver to run Syntax-Based SMT? > How can I

[Moses-support] How can I download Mosesserver which run in Syntax-Based SMT?

2012-05-01 Thread Fong Po Po
Dear all:       Thanks for your reply.     How can I make Mosesserver to run Syntax-Based SMT?     How can I download Mosesserver which run in Syntax-Based SMT?     Thanks!   Best Regards, Fong Pui Chi  ___ Moses-support mailing list Moses-support@mit.edu

Re: [Moses-support] Can multi-thread Moses run in Syntax-Based SMT?

2012-05-01 Thread Philipp Koehn
Hi, just use the switch "-threads X" with X being the number of threads. -phi On Tue, May 1, 2012 at 1:50 PM, Fong Po Po wrote: > Dear all: > > I know multi-thread Moses can be run in Phrase-Based SMT. > Can multi-thread Moses run in Syntax-Based SMT? > If it is, how ca

[Moses-support] Can multi-thread Moses run in Syntax-Based SMT?

2012-05-01 Thread Fong Po Po
Dear all:       I know multi-thread Moses can be run in Phrase-Based SMT.     Can multi-thread Moses run in Syntax-Based SMT?     If it is, how can I find multi-thread Moses  in Syntax-Based SMT?   Thanks! Best Regards, Fong Pui Chi ___ M

[Moses-support] How can I find Mosesserver in Syntax-Based SMT?

2012-05-01 Thread Fong Po Po
Dear all: Thanks for your relpy! I know Mosesserver run in Phrase-Based SMT. Can it also run in Syntax-Based SMT? If it is, how can I find Mosesserver in Syntax-Based SMT? Thanks!   Best Regards, Fong Pui Chi ___ Moses-support mailing list Moses-suppo

Re: [Moses-support] Fwd: a question about moses

2012-05-01 Thread Hieu Hoang
or add it as a 2nd phrase table On Tue, May 1, 2012 at 6:00 PM, Miles Osborne wrote: > The standard way to do this is pretend that each word pair in a dictionary > is a little sentence. Append this to the usual parallel corpus and train > with Giza > > Miles > On May 1, 2012 5:53 PM, "Abby Leven

Re: [Moses-support] Fwd: a question about moses

2012-05-01 Thread Miles Osborne
The standard way to do this is pretend that each word pair in a dictionary is a little sentence. Append this to the usual parallel corpus and train with Giza Miles On May 1, 2012 5:53 PM, "Abby Levenberg" wrote: > Hi, > > I assume the answer is "no" but wanted to be sure. > > Thanks, > Abby > >

[Moses-support] Fwd: a question about moses

2012-05-01 Thread Abby Levenberg
Hi, I assume the answer is "no" but wanted to be sure. Thanks, Abby -- Forwarded message -- From: Niraj Aswani Date: Tue, May 1, 2012 at 4:25 PM Subject: a question about moses To: Abby Levenberg hi Abby, I hope you are fine. I am running a moses experiment on my system and

Re: [Moses-support] Error while running mert-moses.pl

2012-05-01 Thread Tom Hoar
I traced a problem on restart with --continue to an incorrect run number in the "finished_step.txt" file. If I recall correctly, the value "finished_step.txt" file is one higher than it should be. If you decrement that value by one before using the --continue option, mert-moses.pl works co