mosesdecoder/scripts
2014-12-08 16:26:08 +00:00
..
analysis use --n=0 to check coverage of full sents 2014-09-10 14:33:55 +02:00
ems experiment.meta: fixes for $input-parse-relaxer 2014-12-08 16:26:08 +00:00
fuzzy-match c++ version of fuzzy match works 2012-11-12 13:58:39 +00:00
generic Hypergraph output 2014-11-03 09:16:12 -05:00
OSM Safe System Function OSM Training 2014-09-01 11:48:27 +01:00
other phrase-extract: add syntax-common sub-library 2014-12-07 14:27:51 +00:00
recaser reduce lmplz memory consumption in recaser 2014-10-14 17:52:47 +01:00
regression-testing revert mode changes 2012-07-04 12:25:21 +01:00
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 Month abbreviations shouldn't be causing a sentence split. 2014-12-05 03:41:01 -05:00
tests revert mode changes 2012-07-04 12:25:21 +01:00
tokenizer makemteval and small change to tokenizer. /Tom Hoar and Tomas Fulajtar 2014-11-21 13:55:13 +00:00
training improve bilingualLM alignment heuristics consistency 2014-11-26 10:32:41 +00:00
Transliteration added transliteration into ems example config, minor fixes 2014-07-23 15:44:55 +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*.