#include <fast_algo_struct.h>
Public Attributes | |
| int32 | hmm |
| int32 | ptrans |
| int32 | word |
| int32 | ptranskip |
| int32 | wordend |
| int32 | n_ciphone |
| int32 | bestscore |
| int32 | bestwordscore |
| int32 | thres |
| int32 | phone_thres |
| int32 | word_thres |
| int32 * | wordbestscores |
| int32 * | wordbestexits |
Structure containing various beamwidth parameters. All logs3 values; -infinite is widest, 0 is narrowest.
|
|
Temporary variable: Best HMM state score in current frame |
|
|
Temporary variable: Best wordexit HMM state score in current frame. |
|
|
For selecting active HMMs, relative to best |
|
|
No. of ci phone used to initialized the word best and exits list |
|
|
Temporary variable: The current frame phone threshold |
|
|
For determining which HMMs transition to their successors |
|
|
Intervals at which wbeam is used for phone transitions |
|
|
Temporary variable: The current frame general threshold |
|
|
For selecting words exited, relative to best HMM score |
|
|
Temporary variable: The current frame phone threshold |
|
|
The word best exits list |
|
|
The word best score list |
|
|
For selecting the number of word ends |
1.3.9.1