mosesdecoder/scripts
bojar 568cff8e34 fixed serious stupid bug: value ranges were ignored and min. and max were set to the starting value
this bug occurred only if lambdas were supplied on command line, not with the default lambdas and ranges


git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@753 1f5c12ca-751b-0410-a591-d2e778427230
2006-08-15 15:04:19 +00:00
..
analysis - fixed caching behavior of Corpus to remove gibberish and cache everything 2006-08-14 22:18:54 +00:00
generic just a typo 2006-08-11 15:50:23 +00:00
tests better explanation in README, fixed test preparation in tests/train-factored-test-step3.test 2006-08-14 17:36:36 +00:00
training fixed serious stupid bug: value ranges were ignored and min. and max were set to the starting value 2006-08-15 15:04:19 +00:00
.cvsignore adding cvsignore to ignore python-compiled files 2006-08-10 00:27:34 +00:00
Makefile Added symal stuff 2006-08-14 15:18:58 +00:00
README Check in generic/moses-parallel.pl 2006-07-31 23:01:02 +00:00
released-files Added symal stuff 2006-08-14 15:18:58 +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*.