mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 05:55:02 +03:00
input feature score error when using anything other than bin pt
This commit is contained in:
parent
1e6a9092b5
commit
01c0708854
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user