Hi, > what's the exact command you're using to create the translation model and > reordering model? > > $mosesDir/scripts/training/train-model.perl -root-dir $outputDir/mosesFiles/ > -corpus $corpusDir/$trainFile.clean -f $source -e $target -alignment > grow-diag-final-and -reordering msd-bidirectional-fe -lm 0:$order:$lm1 > -external-bin-dir /scratch/rozovska/mosesdecoder/tools/ -cores 2 > --max-phrase-length 7
Remove the switch "-reordering msd-bidirectional-fe" and no lexicalized reordering model will be built. -phi _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
