|
CWB
|
Underlying structure for the Corpus class. More...
#include <corpus.h>
Data Fields | |
| char * | id |
| a unique ID (i.e., the registry name identifying the corpus to the CWB) More... | |
| char * | name |
| the full name of the corpus (descriptive, for information only) More... | |
| char * | path |
| the ``home directory'' of the corpus More... | |
| char * | info_file |
| the path of the info file of the corpus More... | |
| CorpusCharset | charset |
| a special corpus property: specifies character set of the encoded text More... | |
| CorpusProperty | properties |
| head of a linked list of CorpusProperty object. More... | |
| char * | admin |
| {doesn't seem to be used?} More... | |
| IDList | groupAccessList |
| List of groups allowed to access this corpus (can be NULL) More... | |
| IDList | userAccessList |
| List of users allowed to access this corpus (can be NULL) More... | |
| IDList | hostAccessList |
| List of host machines allowed to access this corpus (can be NULL) More... | |
| char * | registry_dir |
| Directory where this corpus's registry file is located. More... | |
| char * | registry_name |
| the cwb-name of this corpus More... | |
| int | nr_of_loads |
| the number of setup_corpus ops More... | |
| union _Attribute * | attributes |
| the list of attributes More... | |
| struct TCorpus * | next |
| next entry in a linked-list of loaded corpora More... | |
Underlying structure for the Corpus class.
| char* admin |
{doesn't seem to be used?}
Referenced by cl_delete_corpus().
| union _Attribute* attributes |
the list of attributes
Referenced by cl_corpus_list_attributes(), cl_delete_attribute(), cl_delete_corpus(), cl_new_attribute_oldstyle(), describe_corpus(), describecorpus_show_attribute_names(), describecorpus_show_basic_info(), describecorpus_show_statistics(), first_corpus_attribute(), main(), RecomputeAL(), and setup_attribute().
| CorpusCharset charset |
a special corpus property: specifies character set of the encoded text
Referenced by add_corpus_property(), catalog_corpus(), cl_corpus_charset(), compose_kwic_line(), corpus_info(), describecorpus_show_basic_info(), do_cqi_corpus_charset(), do_dump(), do_flagged_re_variable(), do_flagged_string(), do_XMLTag(), i2compare(), main(), prepare_Query(), print_group(), print_tabulation(), printAlignedStrings(), scancorpus_word_is_regular(), SortExternally(), SortSubcorpus(), and VerifyVariable().
| IDList groupAccessList |
List of groups allowed to access this corpus (can be NULL)
Referenced by check_access_conditions(), and cl_delete_corpus().
| IDList hostAccessList |
List of host machines allowed to access this corpus (can be NULL)
Referenced by check_access_conditions(), and cl_delete_corpus().
| char* id |
a unique ID (i.e., the registry name identifying the corpus to the CWB)
Referenced by check_access_conditions(), cl_delete_corpus(), cl_new_corpus(), describe_corpus(), do_StructuralContext(), and setup_attribute().
| char* info_file |
the path of the info file of the corpus
Referenced by cl_delete_corpus(), corpus_info(), describe_corpus(), and describecorpus_show_basic_info().
| char* name |
the full name of the corpus (descriptive, for information only)
Referenced by ascii_print_corpus_header(), check_access_conditions(), cl_delete_corpus(), describe_corpus(), describecorpus_show_basic_info(), do_cqi_corpus_full_name(), do_flagged_re_variable(), html_print_corpus_header(), latex_print_corpus_header(), and sgml_print_corpus_header().
| struct TCorpus* next |
next entry in a linked-list of loaded corpora
Referenced by cl_delete_corpus(), cl_new_corpus(), and find_corpus().
| int nr_of_loads |
the number of setup_corpus ops
Referenced by cl_delete_corpus(), and cl_new_corpus().
| char* path |
the ``home directory'' of the corpus
Referenced by cl_delete_corpus(), describe_corpus(), and describecorpus_show_basic_info().
| CorpusProperty properties |
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 cl_delete_corpus(), cl_new_corpus(), compute_code_lengths(), describe_corpus(), describecorpus_show_basic_info(), find_corpus(), GetSystemCorpus(), and main().
| char* registry_name |
the cwb-name of this corpus
Referenced by ascii_print_corpus_header(), cl_delete_corpus(), cl_new_corpus(), compute_code_lengths(), ComputePrintStructures(), describe_corpus(), describecorpus_show_basic_info(), do_translate(), find_corpus(), html_print_corpus_header(), latex_print_corpus_header(), prepare_AlignmentConstraints(), print_mapping(), sgml_print_corpus_header(), and VerifyVariable().
| IDList userAccessList |
List of users allowed to access this corpus (can be NULL)
Referenced by check_access_conditions(), and cl_delete_corpus().
1.8.8