mosesdecoder/scripts
2006-11-16 20:01:23 +00:00
..
analysis Just a short description added. 2006-09-21 12:23:42 +00:00
generic Fixed bug about nbest generation when a sentence is not translated. 2006-11-10 10:36:23 +00:00
tests - support for sun grid engine prior to v.6.0 in qsubwrapper and mert-moses 2006-10-18 10:36:39 +00:00
training minor bug fixes for training and using lexicalized reordering 2006-11-15 17:04:19 +00:00
.cvsignore adding cvsignore to ignore python-compiled files 2006-08-10 00:27:34 +00:00
check-dependencies.pl fixed a typo in Makefile and check-dependencies checks for mkcls 2006-10-06 16:51:31 +00:00
Makefile comments/better example in Makefile 2006-11-16 20:01:23 +00:00
README Check in generic/moses-parallel.pl 2006-07-31 23:01:02 +00:00
released-files Added symal stuff 2006-08-14 15:18:58 +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*.