mosesdecoder/scripts
bhaddow 83f234cf17 Implementation of Cer et al mert regularisation. Use with argument such
as --scconfig regtype:min,regwin:3 in extractor and mert. Only tested
on toy example so far.


git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1860 1f5c12ca-751b-0410-a591-d2e778427230
2008-06-24 19:27:18 +00:00
..
analysis add svn id comments to start of file 2007-03-14 22:22:36 +00:00
generic - handling of word graph generation in the parallel environment (-output-word-graph) 2008-04-23 10:03:45 +00:00
recaser added some heuristics for Czech quotation marks 2008-02-22 15:07:46 +00:00
tests add svn id comments to start of file 2007-03-14 22:22:36 +00:00
training Implementation of Cer et al mert regularisation. Use with argument such 2008-06-24 19:27:18 +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 improving documentation and allowing environment variables to override the 2007-11-06 03:16:17 +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 First cut of new mert outer loop 2008-06-10 09:07:20 +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*.