mosesdecoder/scripts
Phil Williams e70cafa1d7 The current version of BitPar's German grammar is encoded using UTF-8, so
disable the conversion to and from ISO-8859-1 in the parse-de-bitpar.perl
wrapper script.  For compatibility with older versions of BitPar, the old
behaviour is available using the --old-bitpar command-line option.
2011-11-08 15:05:02 +00:00
..
analysis create valid html header, according to Tomas Hudik 2011-10-12 10:18:36 +00:00
ems Add --MinNonInitialRuleCount option to filter-model-given-input.pl. This 2011-06-24 16:36:27 +00:00
generic extractor wrapper to make it work on SGE 2011-10-10 04:28:55 +00:00
moses-for-mere-mortals Change data files location 2010-09-22 11:03:36 +00:00
other TMX extraction by Tom Hoar and Hilario Leal Fontes 2011-10-28 19:12:20 +07:00
recaser add --possiblyUseFirstToken option, which, when selected, allows certain sentence-initial tokens to be taken into account. See comment in header or support mailing list discussion. 2010-11-09 11:05:23 +00:00
regression-testing small change to be compliant with the previous change (2571->2572) 2009-10-07 18:09:20 +00:00
tests add svn id comments to start of file 2007-03-14 22:22:36 +00:00
tokenizer when detokenizing, remove whitespace between a pair of CJK (Chinese/Japanese/Korean) words 2011-08-08 15:30:54 +00:00
training The current version of BitPar's German grammar is encoded using UTF-8, so 2011-11-08 15:05:02 +00:00
.cvsignore adding cvsignore to ignore python-compiled files 2006-08-10 00:27:34 +00:00
check-dependencies.pl Changed file format back from DOS to unix. 2007-03-21 00:53:28 +00:00
Makefile M scripts/released-files 2011-10-05 13:37:35 +00:00
README Check in generic/moses-parallel.pl 2006-07-31 23:01:02 +00:00
released-files M scripts/released-files 2011-10-05 13:37:35 +00: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 Makefile then takes care of proper 'release' from your CVS directory to
the shared directories.

The released scripts should remain in the *same directory structure*.