input feature score error when using anything other than bin pt

This commit is contained in:
Hieu Hoang 2013-09-26 00:05:52 +01:00
parent 1e6a9092b5
commit 01c0708854

View File

@ -47,11 +47,12 @@ void InputFeature::Evaluate(const InputType &input
//binary phrase-table does input feature itself
return;
}
/*
const ScorePair *scores = inputPath.GetInputScore();
if (scores) {
scoreBreakdown.PlusEquals(this, *scores);
scoreBreakdown.PlusEquals(this, *scores);
}
*/
}
} // namespace