Hi Waleed If you know C++, it wouldn't be too hard to add such an option to moses. A possible starting point would probably be TranslationOptionCollection, where the source-target pairs are loaded for the new sentence,
regards Barry On Monday 05 July 2010 17:19, Waleed Oransa wrote: > Hello Barry, > > This is good, but for huge phrase table it is time consuming, also I would > like to switch back and forth. any other way to do that using moses > configuration? > Thanks, > Waleed > > On Mon, Jul 5, 2010 at 12:12 PM, Barry Haddow <[email protected]> wrote: > > Hi Waleed > > > > You could just pre-process the phrase table to remove phrases with length > > < n. > > > > regards > > Barry > > > > On Monday 05 July 2010 07:26, Waleed Oransa wrote: > > > Hello all, > > > > > > Is it possible to configure Moses so it doesn't perform any translation > > > > for > > > > > individual words. In other words, let Moses work only work on phrases > > > > with > > > > > minimum length n, if no phrase translation available of that length it > > > keeps the source word without translation .. > > > > > > > > > Thanks > > > > > > Waleed > > > > -- > > 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
