Re: [Moses-support] How to implement Syntax Based Statistical Machine Translation

2014-07-14 Thread Philipp Koehn
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.ho...@ed.ac.uk wrote: you should try the hierarchical model after the phrase-based model. This uses the same

Re: [Moses-support] How to implement Syntax Based Statistical Machine Translation

2014-07-13 Thread Hieu Hoang
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_12...@yahoo.com wrote: Hi All, I've

[Moses-support] How to implement Syntax Based Statistical Machine Translation

2014-07-10 Thread Asad A.Malik
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.