mosesdecoder/scripts
2006-08-05 00:53:48 +00:00
..
analysis seems this script does not have the same functionality as Ondrej's, and his are meant for training and this for analysis 2006-07-31 22:14:08 +00:00
generic check in qsub-wrpper.pl with temporary log dir in the working dir 2006-08-02 20:51:06 +00:00
tests Added labelling of scores in nbestlist and fixed mert to understand that. 2006-08-04 04:45:48 +00:00
training Allowing scores in 'scientific' float format from moses. 2006-08-05 00:53:48 +00:00
Makefile added mert to list of released files, make rules to release moses (personally or publicly) 2006-08-04 22:25:38 +00:00
README Check in generic/moses-parallel.pl 2006-07-31 23:01:02 +00:00
released-files added mert to list of released files, make rules to release moses (personally or publicly) 2006-08-04 22:25:38 +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*.