CWB
Data Fields

_hash_entry Struct Reference

Structure representing hash entries. More...

Data Fields


Detailed Description

Structure representing hash entries.

See also:
Hash

Field Documentation

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().


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