Underlying structure for the Corpus class. More...
#include <corpus.h>
Underlying structure for the Corpus class.
char* admin |
{doesn't seem to be used?}
Referenced by drop_corpus().
union _Attribute* attributes [write] |
the list of attributes
Referenced by attr_drop_attribute(), describe_corpus(), drop_corpus(), find_attribute(), first_corpus_attribute(), main(), RecomputeAL(), setup_attribute(), show_attribute_names(), show_basic_info(), and show_statistics().
a special corpus property: internal support for 'latin1' to 'latin9' planned
Referenced by add_corpus_property(), catalog_corpus(), cl_corpus_charset(), corpus_info(), print_group(), print_tabulation(), and SortSubcorpus().
List of groups allowed to access this corpus (can be NULL).
Referenced by check_access_conditions(), and drop_corpus().
Referenced by check_access_conditions(), and drop_corpus().
char* id |
a unique ID (i.e., the registry name identifying the corpus to the CWB)
Referenced by check_access_conditions(), describe_corpus(), do_StructuralContext(), drop_corpus(), setup_attribute(), and setup_corpus().
char* info_file |
the path of the info file of the corpus
Referenced by corpus_info(), describe_corpus(), drop_corpus(), and show_basic_info().
char* name |
the full name of the corpus (descriptive, for information only)
Referenced by ascii_print_corpus_header(), check_access_conditions(), describe_corpus(), do_cqi_corpus_full_name(), drop_corpus(), html_print_corpus_header(), latex_print_corpus_header(), sgml_print_corpus_header(), and show_basic_info().
next entry in a linked-list of loaded corpora
Referenced by drop_corpus(), find_corpus(), and setup_corpus().
int nr_of_loads |
the number of setup_corpus ops
Referenced by drop_corpus(), and setup_corpus().
char* path |
the ``home directory'' of the corpus
Referenced by describe_corpus(), drop_corpus(), and show_basic_info().
head of a linked list of CorpusProperty object.
Referenced by add_corpus_property(), and cl_first_corpus_property().
char* registry_dir |
Directory where this corpus's registry file is located.
Referenced by compute_code_lengths(), describe_corpus(), drop_corpus(), find_corpus(), GetSystemCorpus(), main(), setup_corpus(), and show_basic_info().
char* registry_name |
the cwb-name of this corpus
Referenced by ascii_print_corpus_header(), compute_code_lengths(), ComputePrintStructures(), describe_corpus(), drop_corpus(), find_corpus(), html_print_corpus_header(), latex_print_corpus_header(), prepare_AlignmentConstraints(), print_mapping(), setup_corpus(), sgml_print_corpus_header(), show_basic_info(), and VerifyVariable().
List of users allowed to access this corpus (can be NULL).
Referenced by check_access_conditions(), and drop_corpus().