mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 05:14:36 +03:00
Merge branch 'master' of github.com:moses-smt/mosesdecoder
This commit is contained in:
commit
d0e2c43011
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user