Hi If you have code which supports hierarchical models in the server, then it would be nice to have it in moses. There was someone asking for it on the list very recently.
As regards the multiple systems, you should look at the TranslationSystem object, and the way it is constructed in StaticData, to see how to add support for hierarchical models. Note that the configuration gets rather messy for these setups - some day we should overhaul it. best regards - Barry On Tuesday 10 May 2011 16:25, specter wrote: > Hi, > Now, I create the new moses server which works for hierarchical model. > However, my moses server only works for single translation system. Now, I'm > having the problem with multiple translation system. > thanks > > On Tue, May 10, 2011 at 10:16 PM, Barry Haddow > > <[email protected]>wrote: > > 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. -- 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
