mosesdecoder/scripts
2012-06-25 23:38:46 +01:00
..
analysis create valid html header, according to Tomas Hudik 2011-10-12 10:18:36 +00:00
ems minor bug fixes 2012-06-25 23:38:46 +01:00
generic minor bug fixes 2012-06-25 23:38:46 +01:00
other Move from scripts to contrib 2011-11-23 15:31:16 +00:00
recaser default pt implementation if no phrase table specified 2012-06-08 00:19:56 +01: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 escape bar character with proper html escape sequence 2012-06-25 23:37:59 +01:00
training Merge https://github.com/moses-smt/mosesdecoder 2012-06-16 00:46:03 +01:00
Jamfile Add some comments to take account of previous Hieu's move of the c++ code from the training directory to the root directory 2012-06-16 00:53:28 +03: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*.