Package edu.cmu.sphinx.research.parallel

Provides a search manager (and supporting classes) that can perform recognition on parallel feature streams.

See:
          Description

Interface Summary
ParallelState A SentenceHMMState in a parallel branch.
ScoreCombiner Combines the various feature stream scores in a CombineToken.
 

Class Summary
CombinedScorePruner Prunes an ActiveList of ParallelTokens based on their CombinedScore.
CombineState Represents a state where states from different feature streams merge.
CombineToken A token for the sentence HMM states that are not feature stream-specific.
FeatureScoreCombiner Combines the various unit feature stream scores in a CombineToken.
FeatureScorePruner Prunes an ActiveList of ParallelTokens based on their FeatureScore.
FeatureStream Implements a feature stream used in parallel decoding.
ParallelAcousticScorer A parallel acoustic scorer that is capable of scoring multiple feature streams.
ParallelHMMStateState Represents an HMMStateState in a feature stream.
ParallelSearchManager Performs recognition on parallel feature streams.
ParallelSimpleLinguist A extended form of the FlatLinguist that creates a search graph with states for multiple feature streams.
ParallelToken A Token for the within parallel stream sentence HMM states.
ParallelUnitState Represents an UnitState in one particular feature stream, in a search graph with states for multiple feature streams.
SameStampScoreCombiner Combines the various unit feature stream scores in a CombineToken.
SameTimeScoreCombiner Combines the various unit feature stream scores in a CombineToken.
TokenScorePruner Prunes an ActiveList of ParallelTokens based on their scores.
 

Package edu.cmu.sphinx.research.parallel Description

Provides a search manager (and supporting classes) that can perform recognition on parallel feature streams.