| Interface | Description |
|---|---|
| ActiveList |
An active list is maintained as a sorted list
Note that all scores are represented in LogMath logbase
|
| ActiveListManager |
An active list is maintained as a sorted list
|
| SearchManager |
Defines the interface for the SearchManager.
|
| Class | Description |
|---|---|
| ActiveListFactory |
Creates new active lists.
|
| AlternateHypothesisManager |
Manager for pruned hypothesis
|
| PartitionActiveListFactory |
A factory for PartitionActiveLists
|
| Partitioner |
Partitions a list of tokens according to the token score, used
in
PartitionActiveListFactory. |
| 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.
|
| TokenHeapSearchManager |
The token heap search manager that maintains the heap of best tokens for each
search state instead of single one best token
|
| TokenSearchManager | |
| WordActiveListFactory |
A factory for WordActiveList.
|
| WordPruningBreadthFirstLookaheadSearchManager |
Provides the breadth first search with fast match heuristic included to
reduce amount of tokens created.
|
| WordPruningBreadthFirstSearchManager |
Provides the breadth first search.
|