#include <srch.h>
Public Attributes | |
| srch_funcs_t * | funcs |
| grp_str_t * | grh |
| int | op_mode |
| stat_t * | stat |
| char * | uttid |
| char * | uttfile |
| int32 | cache_win |
| int32 | cache_win_strt |
| int32 | senscale |
| int32 * | ascale |
| int32 | ascale_sz |
| int32 | num_frm |
| int32 * | segsz |
| int32 | segsz_sz |
| int32 | num_segs |
| int32 | exit_id |
| dag_t * | dag |
| ascr_t * | ascr |
| beam_t * | beam |
| fast_gmm_t * | fastgmm |
| pl_t * | pl |
| adapt_am_t * | adapt_am |
| kbcore_t * | kbc |
| FILE * | matchfp |
| FILE * | matchsegfp |
| FILE * | hmmdumpfp |
| int32 | hmm_dump_sf |
| int32 | hmm_dump_ef |
|
|
|
|
|
Same as senscale but it records the senscale for the whole sentence. The default size is 3000 frames. |
|
|
Size of the ascr_scale |
|
|
Pointer to Senone and composite senone scores for one frame |
|
|
Pointer to Structure that wraps up parameters related to beam pruning |
|
|
The windows lengths of the cache for approximate search |
|
|
The start index of the window near the end of a block |
|
|
Word graph representation of completed utterance. |
|
|
Lattice ID for exit word (-1 if utterance is not complete) |
|
|
Pointer to Structure that wraps up parameters for fast GMM computation |
|
|
Methods specific to a particular search mode. |
|
|
Pointer to search specific structures |
|
|
End frame for HMMs to be dumped for debugging |
|
|
Start frame for HMMs to be dumped for debugging |
|
|
Copy of File handle for dumping hmms for debugging |
|
|
Pointer to the kbcore |
|
|
Copy of File handle for the match file |
|
|
Copy of File handle for the match segmentation file |
|
|
Number of frames processed |
|
|
In one search, (i.e. between one srch_utt_begin and one srch_utt_end) The number of segments the search has decoded. That also means the number of times srch_utt_decode_blk is called. |
|
|
The operation mode |
|
|
Pointer to Structure that wraps up parameter for phoneme look-ahead |
|
|
Size of segments for each call |
|
|
Size of segments size |
|
|
TEMPORARY VARIABLE: Senone scale |
|
|
Pointer to the statistics structure |
|
|
Reference to Utterance filename (or NULL) |
|
|
Reference to UttID |
1.3.9.1