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.
cmd_ln_t * config
 Configuration.
acmod_tacmod
 Acoustic model.
dict_t * dict
 Pronunciation dictionary.
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 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 85 of file pocketsphinx_internal.h.


Field Documentation

Acoustic model.

Definition at line 88 of file pocketsphinx_internal.h.

Referenced by ps_lattice_init_search(), and ps_search_init().

Configuration.

Definition at line 87 of file pocketsphinx_internal.h.

Referenced by ps_search_init().

Current hypothesis word graph.

Definition at line 91 of file pocketsphinx_internal.h.

Referenced by ngram_search_lattice(), ps_search_deinit(), and ps_start_utt().

Pronunciation dictionary.

Definition at line 89 of file pocketsphinx_internal.h.

Referenced by ngram_search_lattice(), ps_lattice_bestpath(), and ps_search_init().

Finish word ID.

Definition at line 98 of file pocketsphinx_internal.h.

Referenced by ps_search_init().

Current hypothesis string.

Definition at line 90 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 92 of file pocketsphinx_internal.h.

Referenced by ps_start_utt().

Utterance posterior probability.

Definition at line 93 of file pocketsphinx_internal.h.

Referenced by ps_start_utt().

Silence word ID.

Definition at line 97 of file pocketsphinx_internal.h.

Referenced by ps_search_init().

Start word ID.

Definition at line 96 of file pocketsphinx_internal.h.

Referenced by ps_search_init().

V-table of search methods.

Definition at line 86 of file pocketsphinx_internal.h.

Referenced by ps_search_init().


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

Generated on Wed Aug 26 11:25:50 2009 for PocketSphinx by  doxygen 1.5.8