CWB
|
Structure representing hash entries. More...
Structure representing hash entries.
int freq |
frequency of this K-tuple (so far)
Referenced by hash_add(), and main().
struct _hash_entry* next |
Referenced by hash_add(), hash_find(), and main().
int* tuple |
K-tuple of lexicon IDs (with K == Hash.K)
Referenced by hash_add(), hash_find(), and main().