mosesdecoder/scripts
nicolabertoldi 92eadd7c0c - change from pawd to pwd, because pawd is not available on some Linux distribution
- moses-parallel.pl: new way of passing parameters to decoder with parameter  -decoder-parameters
- moses-parallel.pl: possibility of saving decoder logs (parameter -logfile)



git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1099 1f5c12ca-751b-0410-a591-d2e778427230
2006-12-29 10:48:41 +00:00
..
analysis Fix automount partition bug 2006-12-29 00:59:59 +00:00
generic - change from pawd to pwd, because pawd is not available on some Linux distribution 2006-12-29 10:48:41 +00:00
tests Fix automount partition bug 2006-12-29 00:59:59 +00:00
training Fix for mount bug using pwd on terabyte 2006-12-28 22:17:06 +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 Fix automount partition bug 2006-12-29 00:59:59 +00:00
README Check in generic/moses-parallel.pl 2006-07-31 23:01:02 +00:00
released-files added yet another combiner for factored corpora 2006-11-30 06:17:45 +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*.