CWB
Data Fields

cl Struct Reference

The CorpusList object records information on a corpus that CQP recognises. More...

#include <corpmanag.h>

Data Fields


Detailed Description

The CorpusList object records information on a corpus that CQP recognises.

This might be an actual corpus in the registry, or a subcorpus, or a query result.

Note that CorpusList is a bit of a misnomer, although it IS a linked-list entry object, and CQP keeps information on the "corpora" it currently knows about on such a list, in fact this object is often used for passing around information about individual corpora, queries etc. as well.


Field Documentation

char* abs_fn

additional attributes to print -- only for ``SYSTEM'' corpora

Referenced by initialize_cl(), and NewCL().

int* keywords
char* local_dir

for unloaded subcorpora, this is the directory where the subcorpus is stored on disk; required for delayed loading (in ensure_corpus_size())

Referenced by ensure_corpus_size(), load_corpusnames(), and NewCL().

char* mother_name
char* name
struct cl* next
char* query_corpus
char* query_text
char* registry
int size
int* sortidx
int* targets

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