BidirectionalTrie Struct Reference
[BidirectionalTrie - Bidirectional lexical tree structure module]

Bidirectional lexical tree data structure. More...


Data Fields

Trietrie
LongArrayinversion_code_array


Detailed Description

Bidirectional lexical tree data structure.


Field Documentation

LongArray* BidirectionalTrie::inversion_code_array

Array, indexed by the keys, containing the unique ids of the corresponding entries (strings). In the current implementation of tries uniq ids are represented by the memory addresses (in the trie) of the corresponding inversion code. We here use "long"s to store these uniq ids.

Trie* BidirectionalTrie::trie

Encapsulated lexical tree


Generated on Thu Mar 22 17:46:31 2007 for SlpTk by  doxygen 1.4.7