Metadata-Version: 1.0
Name: swacch
Version: 0.0.1
Summary: Utilities for cleaning text
Home-page: https://github.com/koustuvsinha/swacch
Author: Koustuv Sinha
Author-email: koustuvsinha@hotmail.com
License: MIT License
Description: swacch
        ==========================
        
        Set of utility functions for cleaning text.
        
        ## Available Functions
        
        - `remove_stopwords`
        - `split_sentences`
        - `strip_tags`
        - `remove_punct`
        - `chunks`
        - `chunkify`
        - `levenshteinDistance`
        - `hasNumbers`
        - `clean`
        - `cosine_sim`
        
        ## Extra functions
        
        - `load_file`
        
        ## TODO
        
        - [ ] Add more functions
        
        # LICENSE
        
        [MIT](https://koustuvs.mit-license.org/)
Keywords: text utility
Platform: UNKNOWN
