PocketSphinx  0.6
ps_astar_s Struct Reference

A* search structure. More...

#include <ps_lattice_internal.h>

Data Fields

ps_lattice_tdag
ngram_model_t * lmset
float32 lwf
int16 sf
int16 ef
int32 w1
int32 w2
int32 n_hyp_tried
int32 n_hyp_insert
int32 n_hyp_reject
int32 insert_depth
int32 n_path
ps_latpath_tpath_list
ps_latpath_tpath_tail
ps_latpath_ttop
glist_t hyps
 List of hypothesis strings.
listelem_alloc_t * latpath_alloc
 Path allocator for N-best search.

Detailed Description

A* search structure.

Definition at line 162 of file ps_lattice_internal.h.


Field Documentation

List of hypothesis strings.

Definition at line 182 of file ps_lattice_internal.h.

Referenced by ps_astar_finish(), and ps_astar_hyp().

listelem_alloc_t* ps_astar_s::latpath_alloc

Path allocator for N-best search.

Definition at line 183 of file ps_lattice_internal.h.

Referenced by ps_astar_finish(), and ps_astar_start().


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