PocketSphinx  0.6
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. More...
 
ps_search_tpls
 Phoneme loop for lookahead. More...
 
cmd_ln_t * config
 Configuration. More...
 
acmod_tacmod
 Acoustic model. More...
 
dict_tdict
 Pronunciation dictionary. More...
 
dict2pid_td2p
 Dictionary to senone mappings. More...
 
char * hyp_str
 Current hypothesis string. More...
 
ps_lattice_tdag
 Current hypothesis word graph. More...
 
ps_latlink_tlast_link
 Final link in best path. More...
 
int32 post
 Utterance posterior probability. More...
 
int32 n_words
 Number of words known to search (may be less than in the dictionary)
 
int32 start_wid
 Start word ID. More...
 
int32 silence_wid
 Silence word ID. More...
 
int32 finish_wid
 Finish word ID. More...
 

Detailed Description

Base structure for search module.

Definition at line 86 of file pocketsphinx_internal.h.

Field Documentation

◆ acmod

acmod_t* ps_search_s::acmod

Acoustic model.

Definition at line 90 of file pocketsphinx_internal.h.

Referenced by ps_lattice_init_search(), and ps_search_init().

◆ config

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().

◆ d2p

dict2pid_t* ps_search_s::d2p

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().

◆ dag

ps_lattice_t* ps_search_s::dag

Current hypothesis word graph.

Definition at line 94 of file pocketsphinx_internal.h.

Referenced by ps_search_deinit(), and ps_start_utt().

◆ dict

dict_t* ps_search_s::dict

Pronunciation dictionary.

Definition at line 91 of file pocketsphinx_internal.h.

Referenced by ps_lattice_init_search(), ps_search_base_reinit(), ps_search_deinit(), and ps_search_init().

◆ finish_wid

int32 ps_search_s::finish_wid

Finish word ID.

Definition at line 103 of file pocketsphinx_internal.h.

◆ hyp_str

char* ps_search_s::hyp_str

Current hypothesis string.

Definition at line 93 of file pocketsphinx_internal.h.

Referenced by ps_search_deinit(), and ps_start_utt().

◆ last_link

ps_latlink_t* ps_search_s::last_link

Final link in best path.

Definition at line 95 of file pocketsphinx_internal.h.

Referenced by ps_start_utt().

◆ pls

ps_search_t* ps_search_s::pls

Phoneme loop for lookahead.

Definition at line 88 of file pocketsphinx_internal.h.

Referenced by ps_update_fsgset(), and ps_update_lmset().

◆ post

int32 ps_search_s::post

Utterance posterior probability.

Definition at line 96 of file pocketsphinx_internal.h.

Referenced by ps_start_utt().

◆ silence_wid

int32 ps_search_s::silence_wid

Silence word ID.

Definition at line 102 of file pocketsphinx_internal.h.

◆ start_wid

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().

◆ vt

ps_searchfuncs_t* ps_search_s::vt

V-table of search methods.

Definition at line 87 of file pocketsphinx_internal.h.

Referenced by ps_search_init().


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