Package edu.cmu.sphinx.decoder.search

Provides classes and interfaces that are used to manage the search through the search graph.

See:
          Description

Interface Summary
ActiveList An active list is maintained as a sorted list Note that all scores are represented in LogMath logbase
ActiveListFactory Creates new active lists.
ActiveListManager An active list is maintained as a sorted list
SearchManager Defines the interface for the SearchManager.
TokenStack A stack of tokens at a SentenceHMMState, allowing more than one path through the state.
 

Class Summary
AlternateHypothesisManager Created by IntelliJ IDEA.
ArrayTokenStack An array implementation of TokenStack.
PartitionActiveListFactory A factory for PartitionActiveLists
Partitioner Partitions a list of tokens according to the token score.
SimpleActiveListFactory A factory for simple active lists
SimpleActiveListManager A list of ActiveLists.
SimpleBreadthFirstSearchManager Provides the breadth first search.
SortingActiveListFactory  
Token Represents a single state in the recognition trellis.
WordActiveListFactory A factory for WordActiveList.
WordPruningBreadthFirstSearchManager Provides the breadth first search.
 

Package edu.cmu.sphinx.decoder.search Description

Provides classes and interfaces that are used to manage the search through the search graph. Standard implementations are also provided for the interfaces.