Merge branch 'master' of github.com:moses-smt/mosesdecoder

This commit is contained in:
Rico Sennrich 2013-07-30 17:18:32 +02:00
commit d0e2c43011
2 changed files with 3 additions and 1 deletions

View File

@ -389,6 +389,8 @@ void IOWrapper::OutputBestHypo(search::Applied applied, long translationId)
out << outPhrase.GetStringRep(StaticData::Instance().GetOutputFactorOrder());
out << '\n';
m_singleBestOutputCollector->Write(translationId, out.str());
VERBOSE(1,"BEST TRANSLATION: " << outPhrase << "[total=" << applied.GetScore() << "]" << endl);
}
void IOWrapper::OutputBestNone(long translationId)

View File

@ -956,7 +956,7 @@ filter
ignore-if: use-hiero
error: already exists. Please delete
apply-filter
in: TUNING:config-with-reused-weights filtered-dir
in: filtered-dir TRAINING:config TUNING:config-with-reused-weights
out: filtered-config
default-name: evaluation/filtered.ini
ignore-if: TRAINING:binarize-all