mosesdecoder/scripts
Hieu Hoang 384e0b06d2 revert Greg's error handling commit. Cruise control breaks with message
sh: 1: cannot create /dev/stderr: Permission denied
2015-10-14 16:42:44 +01:00
..
analysis extract-target-trees.py: support for new-style trace files 2015-08-14 16:53:24 +01:00
ems Revert "EMS: fix filtering issue when output-splitter is defined" 2015-10-12 18:05:46 +01:00
fuzzy-match Add license notices to scripts. 2015-05-29 18:30:26 +07:00
generic revert Greg's error handling commit. Cruise control breaks with message 2015-10-14 16:42:44 +01:00
OSM Interpolated OSM 2015-10-07 13:57:32 +01:00
other Add license notices to scripts. 2015-05-29 18:30:26 +07:00
recaser Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2015-06-08 17:13:00 +01:00
regression-testing Add license notices to scripts. 2015-05-29 18:30:26 +07:00
server Add license notices to scripts. 2015-05-29 18:30:26 +07:00
share/nonbreaking_prefixes Create nonbreaking_prefix.ga 2015-09-23 14:35:18 +01:00
tests dos2unix everything 2015-08-23 19:00:19 +04:00
tokenizer ga (mostly) behaves more like fr/it 2015-09-23 14:36:57 +01:00
training change default nplm setting to 1 hidden layer 2015-10-06 11:49:45 +01:00
Transliteration fix of fix 2015-07-29 11:02:55 -04: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*.