PocketSphinx
0.6
|
Base structure for search module. More...
#include <pocketsphinx_internal.h>
Data Fields | |
ps_searchfuncs_t * | vt |
V-table of search methods. | |
ps_search_t * | pls |
Phoneme loop for lookahead. | |
cmd_ln_t * | config |
Configuration. | |
acmod_t * | acmod |
Acoustic model. | |
dict_t * | dict |
Pronunciation dictionary. | |
dict2pid_t * | d2p |
Dictionary to senone mappings. | |
char * | hyp_str |
Current hypothesis string. | |
ps_lattice_t * | dag |
Current hypothesis word graph. | |
ps_latlink_t * | last_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. |
Base structure for search module.
Definition at line 86 of file pocketsphinx_internal.h.
Acoustic model.
Definition at line 90 of file pocketsphinx_internal.h.
Referenced by ps_lattice_init_search(), and ps_search_init().
cmd_ln_t* ps_search_s::config |
Configuration.
Definition at line 89 of file pocketsphinx_internal.h.
Referenced by ps_lattice_init_search(), ps_lattice_read(), and ps_search_init().
Dictionary to senone mappings.
Definition at line 92 of file pocketsphinx_internal.h.
Referenced by ps_search_base_reinit(), ps_search_deinit(), and ps_search_init().
Current hypothesis word graph.
Definition at line 94 of file pocketsphinx_internal.h.
Referenced by ngram_search_lattice(), ps_search_deinit(), and ps_start_utt().
Pronunciation dictionary.
Definition at line 91 of file pocketsphinx_internal.h.
Referenced by ngram_search_lattice(), ps_lattice_bestpath(), ps_lattice_init_search(), ps_search_base_reinit(), ps_search_deinit(), and ps_search_init().
int32 ps_search_s::finish_wid |
Finish word ID.
Definition at line 103 of file pocketsphinx_internal.h.
Referenced by ps_search_base_reinit(), and ps_search_init().
char* ps_search_s::hyp_str |
Current hypothesis string.
Definition at line 93 of file pocketsphinx_internal.h.
Referenced by ngram_fwdtree_start(), ngram_search_bp_hyp(), ps_search_deinit(), and ps_start_utt().
Final link in best path.
Definition at line 95 of file pocketsphinx_internal.h.
Referenced by ps_start_utt().
Phoneme loop for lookahead.
Definition at line 88 of file pocketsphinx_internal.h.
Referenced by ps_reinit(), ps_update_fsgset(), and ps_update_lmset().
int32 ps_search_s::post |
Utterance posterior probability.
Definition at line 96 of file pocketsphinx_internal.h.
Referenced by ps_start_utt().
int32 ps_search_s::silence_wid |
Silence word ID.
Definition at line 102 of file pocketsphinx_internal.h.
Referenced by ps_search_base_reinit(), and ps_search_init().
int32 ps_search_s::start_wid |
Start word ID.
Definition at line 101 of file pocketsphinx_internal.h.
Referenced by ps_search_base_reinit(), and ps_search_init().
V-table of search methods.
Definition at line 87 of file pocketsphinx_internal.h.
Referenced by ps_search_init().