mosesdecoder/scripts
Barry Haddow d57d0c0656 Merge branch 'master' into miramerge
Conflicts:
	Makefile.am
	config.h.in
	configure.in
	kenlm
	moses-chart-cmd/src/IOWrapper.cpp
	moses/src/Parameter.cpp
	scripts/Makefile
2011-11-17 17:46:17 +00:00
..
analysis create valid html header, according to Tomas Hudik 2011-10-12 10:18:36 +00:00
ems Proper handling of weight file 2011-11-03 16:34:29 +00:00
generic Merge branch 'master' into miramerge 2011-11-17 17:46:17 +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 Merged up to 3895 from trunk 2011-08-18 12:59:38 +02:00
training Merge branch 'master' into miramerge 2011-11-17 17:46:17 +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 Complete initial version of pro extractor 2011-11-16 14:54:23 +00:00
README Check in generic/moses-parallel.pl 2006-07-31 23:01:02 +00:00
released-files Merge branch 'master' into miramerge. 2011-10-28 15:54:23 +01: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*.