ARB
|
Public Attributes | |
DictNodeType | typ |
int | usedSons |
int | count [256] |
DictTree | son [256] |
Definition at line 51 of file adoptimize.cxx.
DictNodeType FullDictTree::typ |
Definition at line 52 of file adoptimize.cxx.
Referenced by add_dtree_to_dtree(), add_to_dtree(), build_dict_tree(), calcCounts(), count_dtree_leafs(), cut_dtree(), cut_useless_words(), expandBranches(), free_dtree(), remove_word_from_dtree(), removeSubsequentString(), and single2full_dtree().
int FullDictTree::usedSons |
Definition at line 53 of file adoptimize.cxx.
Referenced by add_dtree_to_dtree(), add_to_dtree(), cut_dtree(), cut_useless_words(), expandBranches(), remove_word_from_dtree(), removeSubsequentString(), and single2full_dtree().
int FullDictTree::count[256] |
Definition at line 54 of file adoptimize.cxx.
Referenced by add_dtree_to_dtree(), add_to_dtree(), build_dict_tree(), calcCounts(), COUNT(), count_dtree_leafs(), cut_dtree(), cut_useless_words(), expandBranches(), remove_word_from_dtree(), removeSubsequentString(), and single2full_dtree().
DictTree FullDictTree::son[256] |
Definition at line 55 of file adoptimize.cxx.
Referenced by add_dtree_to_dtree(), add_to_dtree(), build_dict_tree(), calcCounts(), count_dtree_leafs(), cut_dtree(), cut_useless_words(), expandBranches(), free_dtree(), remove_word_from_dtree(), removeSubsequentString(), and single2full_dtree().