PocketSphinx  5prealpha
ps_search_s Struct Reference

Base structure for search module. More...

#include <pocketsphinx_internal.h>

Data Fields

ps_searchfuncs_tvt
 V-table of search methods.
 
char * type
 
char * name
 
ps_search_tpls
 Phoneme loop for lookahead.
 
cmd_ln_t * config
 Configuration.
 
acmod_tacmod
 Acoustic model.
 
dict_tdict
 Pronunciation dictionary.
 
dict2pid_td2p
 Dictionary to senone mappings.
 
char * hyp_str
 Current hypothesis string.
 
ps_lattice_tdag
 Current hypothesis word graph.
 
ps_latlink_tlast_link
 Final link in best path.
 
int32 post
 Utterance posterior probability.
 
int32 n_words
 Number of words known to search (may be less than in the dictionary)
 
int32 start_wid
 Start word ID.
 
int32 silence_wid
 Silence word ID.
 
int32 finish_wid
 Finish word ID.
 

Detailed Description

Base structure for search module.

Definition at line 98 of file pocketsphinx_internal.h.


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