SPRAAK
|
A segmentation, i.e. a list of segments. More...
Data Fields | |
char * | name |
Optional name of the segmentation. More... | |
int | nseg |
Number of segments in the segmentation. More... | |
int | has_score |
the segments contain valid scores More... | |
SprSegEntry * | first_segment |
The list of segments. More... | |
SprSegEntry * | last_segment |
Last element in the list of segments (append at rear). More... | |
SprSegEntry ** | link |
Used to expand the segmentation with one segment. More... | |
A segmentation, i.e. a list of segments.
char* SprSegmentation::name |
Optional name of the segmentation.
int SprSegmentation::nseg |
Number of segments in the segmentation.
int SprSegmentation::has_score |
the segments contain valid scores
SprSegEntry* SprSegmentation::first_segment |
The list of segments.
SprSegEntry* SprSegmentation::last_segment |
Last element in the list of segments (append at rear).
SprSegEntry** SprSegmentation::link |
Used to expand the segmentation with one segment.