mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-11-10 10:59:21 +03:00
1f3c11b441
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 |
||
---|---|---|
.. | ||
analysis | ||
ems | ||
generic | ||
moses-for-mere-mortals | ||
other | ||
recaser | ||
regression-testing | ||
tests | ||
tokenizer | ||
training | ||
.cvsignore | ||
check-dependencies.pl | ||
Makefile | ||
README | ||
released-files |
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*.