cdec icon indicating copy to clipboard operation
cdec copied to clipboard

static Score::GetZero and Score::GetOne not working with many score types

Open kho opened this issue 12 years ago • 0 comments

Currently both functions call ScoreCCandidate in SentenceScorer to get a ScoreP smart pointer (which, when non-null, gives access to non-static versions of Score::GetZero or Score::GetOne). However, most actual implementations of SentenceScorer simply return a null ScoreP pointer in ScoreCCandidate.

kho avatar Feb 07 '13 16:02 kho