Metadata-Version: 1.2
Name: vn_helper
Version: 0.0.2
Summary: A small lib for preprocessing text
Home-page: UNKNOWN
Author: VanhPham
Author-email: vananh@tinhte.vn
License: UNKNOWN
Description: ## Introduction
        This library help to preprocessing Vietnamese text
        ### How to use
        ```
        from flashtext import KeywordProcessor
        from vn_helper import text_preprocessing
        text = "text"
        new_text = text_preprocessing(text)
        ```
        
Keywords: vn_helper
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
