mosesdecoder/scripts
maurocettolo 92788cadb5 added -V option to qsub call in qsub-wrapper.pl. This allows to make
available to the submitted job the value of variable PYTHONPATH, set to
$pythonpath in mert-moses.pl through %ENV (no more need of using
setenv/export)



git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1317 1f5c12ca-751b-0410-a591-d2e778427230
2007-03-16 13:20:27 +00:00
..
analysis add svn id comments to start of file 2007-03-14 22:22:36 +00:00
generic added -V option to qsub call in qsub-wrapper.pl. This allows to make 2007-03-16 13:20:27 +00:00
recaser add svn id comments to start of file 2007-03-14 22:30:25 +00:00
tests add svn id comments to start of file 2007-03-14 22:22:36 +00:00
training added -V option to qsub call in qsub-wrapper.pl. This allows to make 2007-03-16 13:20:27 +00:00
.cvsignore adding cvsignore to ignore python-compiled files 2006-08-10 00:27:34 +00:00
check-dependencies.pl add svn id comments to start of file 2007-03-14 22:30:25 +00:00
check-dependenciesWIN32.pl add svn id comments to start of file 2007-03-14 22:30:25 +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*.