mosesdecoder/scripts
2010-09-09 11:40:40 +00:00
..
analysis the script now calculates the p-value and confidence intervals not only using BLEU, but also the NIST score; 2010-06-22 20:17:42 +00:00
ems Added loop to check_if_crashed in EMS experiment.perl to wait in case the .STDERR file is slow in appearing after the step has completed. Reinstated --old-sge and --filterfile command-line arguments to mert-moses.pl. 2010-09-09 11:40:40 +00:00
generic need non-empty arg in mert-moses.pl otherwise it crashes. The wonders of a non-typechecked, arg checking scripting language 2010-09-04 00:16:26 +00:00
other adding a script by Pranava Swaroop for Bing translation 2010-04-02 13:46:46 +00:00
recaser Merge remaining script support for tree-based models from mt3_chart. 2010-04-16 09:45:51 +00:00
regression-testing small change to be compliant with the previous change (2571->2572) 2009-10-07 18:09:20 +00:00
tests add svn id comments to start of file 2007-03-14 22:22:36 +00:00
tokenizer add lowercaser 2010-08-02 14:05:23 +00:00
training Added loop to check_if_crashed in EMS experiment.perl to wait in case the .STDERR file is slow in appearing after the step has completed. Reinstated --old-sge and --filterfile command-line arguments to mert-moses.pl. 2010-09-09 11:40:40 +00:00
.cvsignore adding cvsignore to ignore python-compiled files 2006-08-10 00:27:34 +00:00
check-dependencies.pl Changed file format back from DOS to unix. 2007-03-21 00:53:28 +00:00
Makefile remove zmert and cmert 2010-08-10 14:28:03 +00:00
README Check in generic/moses-parallel.pl 2006-07-31 23:01:02 +00:00
released-files remove zmert and cmert 2010-08-10 14:28:03 +00:00

2006-07-29

This directory should contain all multi-purpose scripts for:

- training    ... training moses (including BLEU evaluation needed for MERT)
- analysis    ... analyzing MT output (for human analysis)
- generic     ... script for handling generic issues (parallelization)
- lib         ... perl modules used by various scripts


The Makefile then takes care of proper 'release' from your CVS directory to
the shared directories.

The released scripts should remain in the *same directory structure*.