From: <lex...@us...> - 2007-03-22 12:42:26
|
Revision: 1322 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1322&view=rev Author: lexi_birch Date: 2007-03-22 05:42:23 -0700 (Thu, 22 Mar 2007) Log Message: ----------- Alternate graph code: Now can specify an alternate path in the config file for experiment.perl All you need to do is change the line: decoding-steps Every : you add will mean that the next steps are in an alternate graph Ie. decoding-steps = " t0 , g1 , t1 " will produce a single graph but decoding-steps = " t0 , g1 : t1 " will produce two alternate graphs The only change it actually makes is to the create configuration file. This is also a bugfix! There was no ability to have multiple factors in the target for the two filering scripts. They just ignored those lines as if they were not valid table descriptions. Modified Paths: -------------- trunk/scripts/training/filter-and-binarize-model-given-input.pl trunk/scripts/training/filter-model-given-input.pl trunk/scripts/training/train-factored-phrase-model.perl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |