mosesdecoder/scripts
2007-03-14 18:31:53 +00:00
..
analysis Making remaining scripts os independent re pawd/pwd 2006-12-29 13:45:21 +00:00
generic added option -include-alignment-in-n-best to include the word alignment for each sentence in the n-best list file 2007-02-26 20:59:41 +00:00
recaser minor bug fix to recaser training 2007-02-26 12:19:06 +00:00
tests Making remaining scripts os independent re pawd/pwd 2006-12-29 13:45:21 +00:00
training startup ini file is backed up in order to preserve the pathnames to the original models, so that the final moses.ini file doesn't point to the filtered models 2007-03-14 18:31:53 +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
check-dependenciesWIN32.pl merge from hieu-async branch 2007-03-13 23:03:53 +00:00
Makefile Fix automount partition bug 2006-12-29 00:59:59 +00:00
MakefileWIN32 merge from hieu-async branch 2007-03-13 23:03:53 +00:00
README Check in generic/moses-parallel.pl 2006-07-31 23:01:02 +00:00
released-files added filter-and-binarize training script to released-files 2007-03-01 14:44:46 +00:00
released-filesWIN32 merge from hieu-async branch 2007-03-13 23:03: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*.