PocketSphinx
0.6
|
Segmentation "iterator" for backpointer table results. More...
#include <ps_lattice_internal.h>
Data Fields | |
ps_seg_t | base |
Base structure. | |
ps_latlink_t ** | links |
Array of lattice links. | |
int32 | norm |
Normalizer for posterior probabilities. | |
int16 | n_links |
Number of lattice links. | |
int16 | cur |
Current position in bpidx. |
Segmentation "iterator" for backpointer table results.
Definition at line 138 of file ps_lattice_internal.h.
Base structure.
Definition at line 139 of file ps_lattice_internal.h.
Referenced by ps_lattice_seg_iter().
int16 dag_seg_s::cur |
Current position in bpidx.
Definition at line 143 of file ps_lattice_internal.h.
Array of lattice links.
Definition at line 140 of file ps_lattice_internal.h.
Referenced by ps_lattice_seg_iter().
int16 dag_seg_s::n_links |
Number of lattice links.
Definition at line 142 of file ps_lattice_internal.h.
Referenced by ps_lattice_seg_iter().
int32 dag_seg_s::norm |
Normalizer for posterior probabilities.
Definition at line 141 of file ps_lattice_internal.h.
Referenced by ps_lattice_seg_iter().