|
CWB
|
ConcLineField : a concordance line "field" is one of the four "anchors": that is, match, matchend, target, keyword. More...
#include <concordance.h>
Data Fields | |
| int | start_position |
| int | end_position |
| int | type |
ConcLineField : a concordance line "field" is one of the four "anchors": that is, match, matchend, target, keyword.
This object contains a record of the location of one such anchor point and its type. This can be passed to a "field-printing" function to perform special rendering of tokens in the "anchor" within a concordance line.
| int end_position |
Referenced by html_print_output(), latex_print_output(), print_concordance_line(), and sgml_print_output().
| int start_position |
Referenced by html_print_output(), latex_print_output(), print_concordance_line(), and sgml_print_output().
| int type |
Referenced by get_field_separators(), html_print_output(), latex_print_output(), print_concordance_line(), and sgml_print_output().
1.8.8