| Package | Description |
|---|---|
| edu.cmu.sphinx.decoder.search |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleBreadthFirstSearchManager
Provides the breadth first search.
|
class |
TokenHeapSearchManager
The token heap search manager that maintains the heap of best tokens for each
search state instead of single one best token
|
class |
WordPruningBreadthFirstLookaheadSearchManager
Provides the breadth first search with fast match heuristic included to
reduce amount of tokens created.
|
class |
WordPruningBreadthFirstSearchManager
Provides the breadth first search.
|