CWB
|
The Context object. More...
#include <eval.h>
Data Fields | |
enum ctxtdir | direction |
direction of context expansion (if valid). More... | |
enum spacet | type |
kind of space (word or structure) More... | |
Attribute * | attrib |
attribute representing the structure. More... | |
int | size |
size of space in number of structures. More... | |
int | size2 |
only for meet-context More... | |
The Context object.
This stores information about contexts.
"Context" here means the context for evaluation of a query result within a corpus. (???)
Attribute* attrib |
attribute representing the structure.
Referenced by calculate_ranges(), do_Description(), do_MeetStatement(), do_OptDistance(), do_StructuralContext(), evaluate_target(), findcorpus(), free_environment(), and next_environment().
enum ctxtdir direction |
direction of context expansion (if valid).
Might be left, right, or leftright
Referenced by evaluate_target(), expand_dataspace(), findcorpus(), free_environment(), and next_environment().
int size |
size of space in number of structures.
Referenced by add_tabular_pattern(), calculate_ranges(), do_Description(), do_MeetStatement(), do_OptDistance(), do_StructuralContext(), evaluate_target(), expand_dataspace(), findcorpus(), free_environment(), in_UnnamedCorpusCommand(), and next_environment().
int size2 |
only for meet-context
Referenced by add_tabular_pattern(), do_MeetStatement(), do_OptDistance(), and do_StructuralContext().
enum spacet type |
kind of space (word or structure)
Referenced by calculate_ranges(), do_Description(), do_OptDistance(), do_StructuralContext(), evaluate_target(), findcorpus(), free_environment(), and next_environment().