Metadata-Version: 2.0
Name: textcluster
Version: 0.0.2
Summary: Tool to cluster documents according to text similarity.
Home-page: http://github.com/davedash/textcluster
Author: Dave Dash
Author-email: dd+pypi@davedash.com
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Text Processing :: Indexing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: stemming

This is a memory intensive app that stores documents in a corpus and uses an
inverted index to group objects together.


