CWB
Data Fields
SAttRegion Struct Reference

Represents a single s-attribuite region and its annotation. More...

Data Fields

char * name
 name of the s-attribute More...
 
int start
 
int end
 
char * annot
 NULL if there is no annotation; otherwise the content of the annotation. More...
 

Detailed Description

Represents a single s-attribuite region and its annotation.

Before a token is printed, all regions of s-attributes from print_list[] which contain that token are copied to s_att_regions[], bubble-sorted (to enforce proper nesting while retaining the specified order as far as possible), and printed from s_att_regions[] .

Field Documentation

char * annot

NULL if there is no annotation; otherwise the content of the annotation.

Referenced by decode_print_token_sequence(), and get_position_values().

int end
char * name

name of the s-attribute

Referenced by decode_print_token_sequence(), and get_position_values().

int start

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