mosesdecoder/scripts
2012-11-07 11:18:36 +01:00
..
analysis Merge branch 'trunk' into miramerge 2012-07-17 13:36:50 +01:00
ems don't delete moses ini specified in config 2012-11-06 10:59:15 +00:00
fuzzy-match perl to cpp 2012-10-25 19:11:03 +01:00
generic minor change to calling irst training 2012-10-14 19:51:46 +01:00
other Move from scripts to contrib 2011-11-23 15:31:16 +00:00
recaser use kenlm if sri specified 2012-10-20 14:01:11 +01:00
regression-testing revert mode changes 2012-07-04 12:25:21 +01:00
share/nonbreaking_prefixes Merge branch 'trunk' into miramerge 2012-07-17 13:36:50 +01:00
tests revert mode changes 2012-07-04 12:25:21 +01:00
tokenizer remove escape-only tokenizer. A script already available 2012-08-22 13:04:10 +01:00
training fixed berkeley parser wrapper's broken output in case of in-text parentheses 2012-11-07 11:18:36 +01:00
Jamfile Fixed interaction of --install-scripts and --git 2012-08-09 11:04:24 -04:00
README fix start weights in experiment.perl, add hypothesis queue for picking hope and fear translations, add variations to 1slack formulation 2012-06-01 01:49:42 +01: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*.