edu.cmu.sphinx.research.parallel
Interface ScoreCombiner

All Known Implementing Classes:
FeatureScoreCombiner, SameStampScoreCombiner, SameTimeScoreCombiner

public interface ScoreCombiner

Combines the various feature stream scores in a CombineToken.


Method Summary
 void combineScore(CombineToken token)
          Combines the scores from all the feature stream in the given CombineToken.
 

Method Detail

combineScore

public void combineScore(CombineToken token)
Combines the scores from all the feature stream in the given CombineToken. The feature stream(s) are represented in the form of ParallelTokens in the given CombineToken.

Parameters:
token - the CombineToken on which to combine the feature stream scores