Public Attributes | List of all members
srch_s Struct Reference

#include <srch.h>

Public Attributes

srch_funcs_tfuncs
 
grp_str_tgrh
 
int op_mode
 
stat_tstat
 
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_tdag
 
ascr_tascr
 
beam_tbeam
 
fast_gmm_tfastgmm
 
pl_tpl
 
adapt_am_tadapt_am
 
kbcore_tkbc
 
FILE * matchfp
 
FILE * matchsegfp
 
FILE * hmmdumpfp
 
int32 hmm_dump_sf
 
int32 hmm_dump_ef
 

Member Data Documentation

adapt_am_t* srch_s::adapt_am
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

ascr_t* srch_s::ascr

Pointer to Senone and composite senone scores for one frame

beam_t* srch_s::beam

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

dag_t* srch_s::dag

Word graph representation of completed utterance.

int32 srch_s::exit_id

Lattice ID for exit word (-1 if utterance is not complete)

fast_gmm_t* srch_s::fastgmm

Pointer to Structure that wraps up parameters for fast GMM computation

srch_funcs_t* srch_s::funcs

Methods specific to a particular search mode.

grp_str_t* srch_s::grh

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

kbcore_t* srch_s::kbc

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

pl_t* srch_s::pl

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

stat_t* srch_s::stat

Pointer to the statistics structure

char* srch_s::uttfile

Reference to Utterance filename (or NULL)

char* srch_s::uttid

Reference to UttID


The documentation for this struct was generated from the following file: