PocketSphinx
5prealpha
|
Implementation of allphone search structure. More...
#include <allphone_search.h>
Data Fields | |
ps_search_t | base |
hmm_context_t * | hmmctx |
HMM context. More... | |
ngram_model_t * | lm |
Ngram model set. | |
int32 | ci_only |
Use context-independent phones for decoding. | |
phmm_t ** | ci_phmm |
PHMM lists (for each CI phone) | |
int32 * | ci2lmwid |
Mapping of CI phones to LM word IDs. | |
int32 | beam |
int32 | pbeam |
Effective beams after applying beam_factor. | |
int32 | lw |
int32 | inspen |
Language weights. | |
frame_idx_t | frame |
Current frame. More... | |
float32 | ascale |
Acoustic score scale for posterior probabilities. More... | |
int32 | n_tot_frame |
Total number of frames processed. | |
int32 | n_hmm_eval |
Total HMMs evaluated this utt. | |
int32 | n_sen_eval |
Total senones evaluated this utt. | |
blkarray_list_t * | history |
List of history nodes allocated in each frame. | |
glist_t | segments |
ptmr_t | perf |
Performance counter. | |
Implementation of allphone search structure.
Definition at line 110 of file allphone_search.h.
float32 allphone_search_s::ascale |
Acoustic score scale for posterior probabilities.
Definition at line 123 of file allphone_search.h.
frame_idx_t allphone_search_s::frame |
Current frame.
Definition at line 122 of file allphone_search.h.
hmm_context_t* allphone_search_s::hmmctx |
HMM context.
Definition at line 113 of file allphone_search.h.