mosesdecoder/scripts
2006-08-07 23:04:33 +00:00
..
analysis added statistical testing, both to compare different outputs and to get a confidence measure for a single output 2006-08-07 17:22:39 +00:00
generic adding scripts to extract POSs from LOPAR output and to extract arbitrary sets of factors from a corpus 2006-08-07 17:35:16 +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 to override default paths 2006-08-07 23:04:33 +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*.