mosesdecoder/scripts
pjwilliams 3dec57a518 When scoring phrase pairs, store copies of the active pairs' PHRASE objects
instead of inserting them into a PhraseTable.  In a test on a 21GB
target-syntax extract file, this reduced user time from 195 to 120 mins.


git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@3777 1f5c12ca-751b-0410-a591-d2e778427230
2010-12-14 23:49:57 +00:00
..
analysis added support for arbitrary encodings via the $IO_ENCODING global variable on line 23; set to UTF8 by default 2010-11-29 09:04:44 +00:00
ems minor experiment.perl fixes 2010-10-27 12:42:34 +00:00
generic workaround to force the use of the bash shell in the SGE 2010-11-10 10:32:34 +00:00
moses-for-mere-mortals Change data files location 2010-09-22 11:03:36 +00:00
other beautify 2010-10-07 19:08:44 +00: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 Non-breaking prefixes for Dutch 2010-12-08 16:09:24 +00:00
training When scoring phrase pairs, store copies of the active pairs' PHRASE objects 2010-12-14 23:49:57 +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 deleting offending comment 2010-11-21 16:35:31 +00:00
README Check in generic/moses-parallel.pl 2006-07-31 23:01:02 +00:00
released-files remove detokeniser 2010-10-21 08:42:28 +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*.