#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 |
int32* srch_s::ascale |
Same as senscale but it records the senscale for the whole sentence. The default size is 3000 frames.
int32 srch_s::ascale_sz |
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
int32 srch_s::cache_win |
The windows lengths of the cache for approximate search
int32 srch_s::cache_win_strt |
The start index of the window near the end of a block
Word graph representation of completed utterance.
int32 srch_s::exit_id |
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
int32 srch_s::hmm_dump_ef |
End frame for HMMs to be dumped for debugging
int32 srch_s::hmm_dump_sf |
Start frame for HMMs to be dumped for debugging
FILE* srch_s::hmmdumpfp |
Copy of File handle for dumping hmms for debugging
Pointer to AM adaptation structure Pointer to the kbcore
FILE* srch_s::matchfp |
Copy of File handle for the match file
FILE* srch_s::matchsegfp |
Copy of File handle for the match segmentation file
int32 srch_s::num_frm |
Number of frames processed
int32 srch_s::num_segs |
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.
int srch_s::op_mode |
The operation mode
Pointer to Structure that wraps up parameter for phoneme look-ahead
int32* srch_s::segsz |
Size of segments for each call
int32 srch_s::segsz_sz |
Size of segments size
int32 srch_s::senscale |
TEMPORARY VARIABLE: Senone scale
Pointer to the statistics structure
char* srch_s::uttfile |
Reference to Utterance filename (or NULL)
char* srch_s::uttid |
Reference to UttID