mosesdecoder/scripts
2009-08-05 16:39:06 +00:00
..
analysis added unpaired significance evaluation 2009-05-12 18:56:01 +00:00
generic fixed multi-bleu documentation 2009-01-08 00:47:10 +00:00
recaser bug fix 2009-02-09 16:00:35 +00:00
tests add svn id comments to start of file 2007-03-14 22:22:36 +00:00
training changes to mert-moses-new.pl to work with different reference length policies: shortest, average, closest (either "--shortest", "--average", or "--closest ) for BLEU and with case-sensitive/insensitive evaluation ( --nocase) 2009-08-05 16:39:06 +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
check-dependenciesWIN32.pl set svn:eol property 2007-03-26 20:06:44 +00:00
Makefile make gcc amd make calls consistent for eric to use in ubuntu package 2009-05-27 12:54:04 +00:00
MakefileWIN32 merge from hieu-async branch 2007-03-13 23:03:53 +00:00
README Check in generic/moses-parallel.pl 2006-07-31 23:01:02 +00:00
released-files minor bugfixes and error checking 2008-08-01 10:24:01 +00:00
released-filesWIN32 win32 fix provided by jc read 2008-02-22 21:47:32 +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*.