Metadata-Version: 1.0
Name: WordUtils
Version: 0.8.1
Summary: Word-related objects used for word searching and matching.
Home-page: UNKNOWN
Author: Kenneth J. Pronovici
Author-email: UNKNOWN
License: Copyright (c) 2003-2006 Kenneth J. Pronovici, under the GNU GPL.
Description: 
        The WordUtils package provides objects related to word searching and matching.
        The eventual goal is to develop a suite of objects that are suitable for
        building word games in the tradition of Scrabble (tm).
        
        All of the objects provide similar functionality with a similar interface, but
        are implemented in terms of different underlying data structures.  Currently,
        objects implementing two different data structures are complete: the Dawg
        object, which implements a directed acyclic word graph, and the
        TernarySearchTree object, which implements a ternary search tree.
        
        This package was originally developed by Kenneth J. Pronovici and was hosted at
        cedar-solutions.com.  Ken has since given up primary maintainership of the
        package, and it is now hosted at SourceForge where most ongoing development
        will be done by Bob Gibson.  The 0.8.1 release is the last release compatible
        with the original public interface.
        
Platform: Any
