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 133 of file ps_lattice_internal.h.
Base structure.
Definition at line 134 of file ps_lattice_internal.h.
Referenced by ps_lattice_seg_iter().
| int16 dag_seg_s::cur |
Current position in bpidx.
Definition at line 138 of file ps_lattice_internal.h.
Array of lattice links.
Definition at line 135 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 137 of file ps_lattice_internal.h.
Referenced by ps_lattice_seg_iter().
| int32 dag_seg_s::norm |
Normalizer for posterior probabilities.
Definition at line 136 of file ps_lattice_internal.h.
Referenced by ps_lattice_seg_iter().
1.6.1