Only tuneable

This commit is contained in:
Barry Haddow 2014-05-13 12:02:50 +01:00
parent fc85c26eda
commit 294ad4f24f

View File

@ -833,6 +833,9 @@ size_t Manager::OutputFeatureValuesForSLF(size_t index, bool zeros, const Hypoth
size_t Manager::OutputFeatureValuesForHypergraph(size_t index, const Hypothesis* hypo, const FeatureFunction* ff, std::ostream &outputSearchGraphStream) const
{
if (!ff->IsTuneable()) {
return index;
}
ScoreComponentCollection scoreCollection = hypo->GetScoreBreakdown();
const Hypothesis *prevHypo = hypo->GetPrevHypo();
if (prevHypo) {