Metadata-Version: 2.1
Name: visen
Version: 0.0.1
Summary: Format Vietnamese string tone
Home-page: https://github.com/nguyenvulebinh/visen
Author: Binh Nguyen
Author-email: nguyenvulebinh@gmail.com
License: MIT
Description: # ViSen
        ViSen is library to format tone of Vietnamese sentences
        
        ## Install
        ```bash
        pip install visen
        ```
        
        
        ## Usage
        ```python
        >>> import visen
        >>> visen.clean_tone('gía cả thị trừơng?')
        'giá cả thị trường?'
        >>> visen.remove_tone('công việc')
        'cong viec'
        ```
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
