mosesdecoder/scripts
2006-08-10 01:37:29 +00:00
..
analysis minor, and moved stuff around 2006-08-08 23:38:45 +00:00
generic just cleanup of variable initialization 2006-08-08 01:54:50 +00:00
tests Added labelling of scores in nbestlist and fixed mert to understand that. 2006-08-04 04:45:48 +00:00
training die when there are no phrases in input 2006-08-10 01:37:29 +00:00
.cvsignore adding cvsignore to ignore python-compiled files 2006-08-10 00:27:34 +00:00
Makefile added train-factored... to releases, added dependency on our copy of phrase-extract 2006-08-08 19:22:53 +00:00
README Check in generic/moses-parallel.pl 2006-07-31 23:01:02 +00:00
released-files added train-factored... to releases, added dependency on our copy of phrase-extract 2006-08-08 19:22:53 +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*.