Package edu.iastate.jtm.dic

Interface Summary
TrieNode Define the behaviors of a node in a trie.
 

Class Summary
AbstractDictionary  
AbstractTrieNode Provide methods for all TrieNode.
AsciiTrieNode AscII character TrieNode (95 characters: 32 ~ 126).
DigitTrieNode A trie supporting digits.
FuzzyTrieNode Biochemical name characters: Letters (case insensitive) Digits Enclosing marks: ()[] Separators: ,+-'/SPACE Other characters: treated as same special char
HashDictionary A dictionary backed with a hashtable.
LetterDigitTrieNode A trie supporting letters (case insensitive) and digits.
LetterTrieNode A trie supporting letters (upper and lower case).
LowerTrieNode Lower case letter TrieNode.
Trie An implementation of trie data structure.
TrieDictionary A dictionary backed with a trie.
WordTrieNode