SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
SprSegmentation Struct Reference

A segmentation, i.e. a list of segments. More...

+ Collaboration diagram for SprSegmentation:

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...
 
SprSegEntryfirst_segment
 The list of segments. More...
 
SprSegEntrylast_segment
 Last element in the list of segments (append at rear). More...
 
SprSegEntry ** link
 Used to expand the segmentation with one segment. More...
 

Detailed Description

A segmentation, i.e. a list of segments.

Field Documentation

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.