Metadata-Version: 1.0
Name: WordUtils
Version: 0.7.2
Summary: Word-related objects used for word searching and matching.
Home-page: http://www.cedar-solutions.com/software/wordutils/
Author: Kenneth J. Pronovici
Author-email: pronovic@ieee.org
License: Copyright (c) 2003 Kenneth J. Pronovici.   Licensed under the GNU GPL.
Download-URL: http://cedar-solutions.com/ftp/software/WordUtils-0.7.2.tar.gz
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.
        
Platform: Any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Games/Entertainment :: Board Games
