Metadata-Version: 2.1
Name: TextToolkit
Version: 0.0.3
Summary: Toolkit for mining unstructured text information
Home-page: https://github.com/wesleyLaurence/TextToolkit
Author: Wesley Laurence
Author-email: wesleylaurencetech@gmail.com
License: UNKNOWN
Description: # Text Toolkit
        #### Toolkit for mining unstructured text
        This library is a toolkit for mining unstructured text information. The Analyzer class includes methods for text data processing, cleaning, visualization, word frequency analysis and collocation. Provide the Analyzer class with a .txt file and quickly gain insights into your text data.
        
        ## Installation
        `pip install TextToolkit`       
        
        ## Requirements
        - pandas
        - matplotlib
        - seaborn
        
                For questions about this library, email wesleylaurencetech@gmail.com
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
