Package edu.vt.middleware.dictionary

Interface Summary
Dictionary Base interface for all dictionaries.
WordList Represents a random-access list of words.
 

Class Summary
AbstractWordList Provides common operations implementations for word lists.
ArrayWordList Provides a WordList backed by a string array.
FileWordList Provides an implementation of a WordList that is backed by a file.
TernaryNode TernaryNode is an implementation of a node contained in a ternary tree.
TernaryTree TernaryTree is an implementation of a ternary tree.
TernaryTreeDictionary TernaryTreeDictionary provides fast searching for dictionary words using a ternary tree.
WordListDictionary WordListDictionary provides fast searching for dictionary words using a WordList.
WordLists Utility class for common operations on word lists.
 



Copyright © 2003-2010 Virginia Tech. All Rights Reserved.