Hi At the moment the moses server only works for a phrase-based model, and as far as I know the multiple translation system feature only supports phrase-based.
There's no reason why hierarchical systems can't be supported in the server, but it would require code changes. If you look at the server code, you can see that the server passes the text to be translated to the Manager object. The hierarchical decoder uses a different type of Manager object. best regards - Barry On Tuesday 10 May 2011 14:54, specter wrote: > Hi all, > I know that Moses Server now support for multiple translation systems in > the same server. However, sample configure on website is only for > phrase-based model. Now, I want to create the similar configure file which > support for hierarchical model. In my hierarchical model, I use both > rule-table and glue-grammar, so I don't know set value of > [translation-systems] and [mapping] in configure file. Please give me some > advice. > thanks, -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336. _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
