mosesdecoder/scripts
2013-07-29 11:44:00 +01:00
..
analysis extract-target-trees.py: minor fixes, code style 2012-12-17 18:49:50 +00:00
ems More lattice fixes squashed by merge 2013-07-24 16:09:32 +01:00
fuzzy-match c++ version of fuzzy match works 2012-11-12 13:58:39 +00:00
generic add script to strip xml 2013-07-29 11:27:13 +01:00
OSM OSM entries in train-model.perl, experiment.* 2013-07-07 13:05:09 +01:00
other beautify 2013-07-25 15:23:05 +01: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 Hungarian and Latvian non-breaking prefix files 2013-03-18 17:17:35 -04:00
tests revert mode changes 2012-07-04 12:25:21 +01:00
tokenizer Add option to do Penn Treebank style tokenization 2013-07-24 13:41:21 +01:00
training add script to strip xml 2013-07-29 11:44:00 +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*.