Hej! I've just found two minor issues with the MERT scripts (and docs) that I think are worth fixing:
- enhanced-mert says it's a /bin/sh script, but requires bash to run correctly. Suggested fix: Make it say #! /bin/bash instead. - The on-line docs for mert-moses.pl (http://www.statmt.org/moses/?n=FactoredTraining.Tuning) says it takes an option --start-step=NUM that is "useful when training crashed in the middle." This seems to have been replaced by the --continue switch, and in fact --start-step isn't recognised by the script any longer. Suggested fix: Change the documentation. Best, Christian _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
