Hi, there is also a new feature to specify default scores to the lexicalized reordering model, e.g.
LexicalReordering name=LexicalReordering0 num-features=6 type=wbe-msd-bidirectional-fe-allff input-factor=0 output-factor=0 path=/blah/reordering-table.98.wbe-msd-bidirectional-fe.gz default-scores=0.6,0.2,0.2,0.6,0.2,0.2 The can be set with the switch -lexical-reordering-default-scores to train-model.perl. This should actually be set by default, but there needs to be a smart way to pick proper values, so it's a bit of work. -phi On Tue, Feb 24, 2015 at 4:03 AM, Christophe Servan <[email protected]> wrote: > Hello Marcin, > As far as I've tested, it works but the improvement is not very impressive > :) > I applied just the padding on the reordering model (like the fill-up but > without the binary feature) and it worked nearly as good as the fill-up > approach. > > Cheers, > > Christophe > > > 2015-02-23 23:45 GMT+01:00 Marcin Junczys-Dowmunt <[email protected]>: >> >> Hi List, >> in the domain adaptation section on the Moses website (BTW nice work!), >> it says that fill-up can also be used for reordering models. Does the >> additional binary feature just work (after setting it correctly in the >> ini file)? >> Thanks, >> Best, >> Marcin >> _______________________________________________ >> Moses-support mailing list >> [email protected] >> http://mailman.mit.edu/mailman/listinfo/moses-support > > > > _______________________________________________ > Moses-support mailing list > [email protected] > http://mailman.mit.edu/mailman/listinfo/moses-support > _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
