mosesdecoder/scripts
bhaddow 1f3c11b441 Merge branch 'master' into miramerge
Passes all regression except for the score tests, as I still have to merge
in the missing files for these tests.

Conflicts:
	.gitignore
	Makefile.am
	configure.in
	moses-chart/moses-chart.xcodeproj/project.pbxproj
	moses/src/ChartHypothesis.cpp
	moses/src/ChartTranslationOptionCollection.cpp
	moses/src/ChartTrellisPath.cpp
	moses/src/DotChart.cpp
	moses/src/LMList.h
	moses/src/LanguageModel.cpp
	moses/src/LanguageModel.h
	moses/src/LanguageModelFactory.cpp
	moses/src/LanguageModelRemote.h
	moses/src/LexicalReordering.h
	moses/src/Makefile.am
	moses/src/Manager.cpp
	moses/src/Parameter.cpp
	moses/src/RuleCubeQueue.h
	moses/src/ScoreIndexManager.cpp
	moses/src/StaticData.cpp
	moses/src/StaticData.h
	moses/src/TargetPhrase.cpp
	moses/src/TargetPhrase.h
	moses/src/TranslationOptionCollection.cpp
2011-08-22 14:52:02 +01:00
..
analysis Ondrej's little tools to examine weight settings 2011-07-08 00:11:10 +00:00
ems Merged up to 3895 from trunk 2011-08-18 12:59:38 +02:00
generic Merge branch 'master' into miramerge 2011-08-22 14:52:02 +01:00
moses-for-mere-mortals Change data files location 2010-09-22 11:03:36 +00:00
other Merged up to 3895 from trunk 2011-08-18 12:59:38 +02: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 Merged up to 3895 from trunk 2011-08-18 12:59:38 +02: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 Merge 3791-3842 from trunk 2011-08-18 12:59:36 +02:00
README Check in generic/moses-parallel.pl 2006-07-31 23:01:02 +00:00
released-files Merged up to 3895 from trunk 2011-08-18 12:59:38 +02: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*.