mosesdecoder/scripts
Ulrich Germann 883c34aee9 Merge branch 'master' of http://github.com/moses-smt/mosesdecoder into mmt-dev
Conflicts:
	moses/SearchNormalBatch.cpp
	moses/TranslationModel/UG/mm/ug_bitext.h
	moses/TranslationModel/UG/mm/ug_typedefs.h
	moses/TranslationModel/UG/mmsapt.cpp
	moses/TranslationModel/UG/mmsapt.h
2015-08-07 14:14:19 +01:00
..
analysis Fix 'Use of uninitialized value' error through explicit setting of 0s in hash. 2015-07-14 13:05:22 +01:00
ems remove dash 2015-08-03 21:19:08 +01:00
fuzzy-match Add license notices to scripts. 2015-05-29 18:30:26 +07:00
generic better support of grid engine cluster 2015-07-29 11:03:24 -04:00
OSM Add license notices to scripts. 2015-05-29 18:30:26 +07: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 May is not an abbreviation 2015-01-19 16:37:57 -05:00
tests revert mode changes 2012-07-04 12:25:21 +01:00
tokenizer Add license notices to scripts. 2015-05-29 18:30:26 +07:00
training Merge branch 'master' of http://github.com/moses-smt/mosesdecoder into mmt-dev 2015-08-07 14:14:19 +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*.