mosesdecoder/scripts
2015-02-16 15:10:15 +00:00
..
analysis use --n=0 to check coverage of full sents 2014-09-10 14:33:55 +02:00
ems don't use processPhraseTable in EMS 2015-01-12 12:43:51 +00:00
fuzzy-match c++ version of fuzzy match works 2012-11-12 13:58:39 +00:00
generic SoftSourceSyntacticConstraintsFeature: Now for both non-terminals (as before) _and_ terminals. 2015-01-23 18:41:18 +00:00
OSM Safe System Function OSM Training 2014-09-01 11:48:27 +01:00
other use astyle 2.01. It's on Edinburgh server and doesn't screw up enum 2015-01-14 19:21:11 +00:00
recaser Relative path 2015-02-10 10:43:10 -05:00
regression-testing
server Major overhaul of Mmsapt. Reorganization of old and addition of new features in phrase tables. Many critical bug fixes. 2014-07-09 02:41:28 +01:00
share/nonbreaking_prefixes May is not an abbreviation 2015-01-19 16:37:57 -05:00
tests
tokenizer Remove debug 2015-02-13 12:14:18 +00:00
training Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2015-02-16 15:10:15 +00:00
Transliteration Update transliteration scripts to use the on-disk phrase table 2015-02-13 11:36:16 +00:00
Jamfile Fixed interaction of --install-scripts and --git 2012-08-09 11:04:24 -04:00
README

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*.