mosesdecoder/scripts
alvations c6c3bc84b7 Changed \p{Hyphen} to \p{LineBreak}
Using Perl v5.18.2, it's reporting this warning:
**Use of 'Hyphen' in \p{} or \P{} is deprecated because: Supplanted by Line_Break property values; see www.unicode.org/reports/tr14**
2016-12-23 14:21:20 +08:00
..
analysis extract-target-trees.py: support for new-style trace files 2015-08-14 16:53:24 +01:00
ems Merge branch 'perf_moses2' of github.com:hieuhoang/mosesdecoder into perf_moses2 2016-09-27 08:21:34 -04:00
fuzzy-match Add license notices to scripts. 2015-05-29 18:30:26 +07:00
generic Changed \p{Hyphen} to \p{LineBreak} 2016-12-23 14:21:20 +08:00
nbest-rescore README formatting fix 2016-03-14 02:23:06 -04:00
OSM removed invalid '--reduced' from cp command in OSM-Train.perl 2016-03-23 19:31:04 -04: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 Single lower-case letter French word 2016-07-31 14:56:37 +02:00
tests dos2unix everything 2015-08-23 19:00:19 +04:00
tokenizer Separate comma after a number end sentence 2016-07-31 14:10:07 +02:00
training consistent order of parameters in ini 2016-09-04 21:53:41 +02:00
Transliteration output debugging messages to stderr not stdout 2016-09-29 07:16:57 -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*.