mosesdecoder/scripts
Tetsuo Kiso 4cdb89c6ec Fix warning: array subscript is of type 'char' (-Wchar-subscripts).
According to gcc's documentation:

  This is a common cause of error, as programmers often forget that
  this type is signed on some machines.
2012-05-08 01:50:07 +09:00
..
analysis create valid html header, according to Tomas Hudik 2011-10-12 10:18:36 +00:00
ems Fix warning: array subscript is of type 'char' (-Wchar-subscripts). 2012-05-08 01:50:07 +09:00
generic more comment for irst training wrapper 2012-05-04 11:09:12 +01:00
other Move from scripts to contrib 2011-11-23 15:31:16 +00:00
recaser - Bug fix: when --help set, errors on absence of --corpus or --dir must not be displayed. 2011-11-27 10:14:39 +00:00
regression-testing small change to be compliant with the previous change (2571->2572) 2009-10-07 18:09:20 +00:00
tests add svn id comments to start of file 2007-03-14 22:22:36 +00:00
tokenizer minor fixes 2012-04-12 00:25:57 +01:00
training Merge pull request #13 from tetsuok/fix-warnings 2012-05-06 07:47:34 -07:00
Jamfile Clean train-model-perl even if --with-giza isn't passed. 2011-12-05 11:01:34 +00:00
README Replace scripts build system. 2011-11-25 15:33:46 +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 Jamfile then takes care of proper 'release' from your git directory to
the shared directories.

The released scripts should remain in the *same directory structure*.