The CorpusProperty object. More...
#include <cl.h>
The CorpusProperty object.
The underlying structure takes the form of a linked-list entry.
Each Corpus object has, as one of its members, the head entry on a list of CorpusProperties.
struct TCorpusProperty* next [read] |
Pointer to the next entry in the linked list.
Referenced by add_corpus_property(), and cl_next_corpus_property().
char* property |
A string specifying the property in question.
Referenced by add_corpus_property(), cl_corpus_property(), and corpus_info().
char* value |
A string containing the value of the property in question.
Referenced by add_corpus_property(), cl_corpus_property(), and corpus_info().