mosesdecoder/scripts
Phil Williams 6fa279fadb filter-rule-table.py: change default pruning count from 1 to 0
Change the default pruning threshold from 1 to 0 to allow for
Hiero-style fractional counts.
2013-03-04 21:02:50 +00:00
..
analysis extract-target-trees.py: minor fixes, code style 2012-12-17 18:49:50 +00:00
ems Revert "Revert "let's be consistently case-insensitive with respect to the xml tags"" 2013-02-26 11:32:29 -08:00
fuzzy-match c++ version of fuzzy match works 2012-11-12 13:58:39 +00:00
generic Merge branch 'master' of git://github.com/moses-smt/mosesdecoder 2013-01-14 19:23:02 +00:00
other Move from scripts to contrib 2011-11-23 15:31:16 +00:00
recaser added unbuffered mode for casers (using -b) 2013-03-04 15:29:13 +00: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 fixed typo 2013-02-26 19:47:44 -08:00
training filter-rule-table.py: change default pruning count from 1 to 0 2013-03-04 21:02:50 +00: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*.