Metadata-Version: 2.1
Name: vinorm
Version: 0.1.0
Summary: Python package for text normalization, use for frontend of Text-to-speech Reseach
Home-page: https://github.com/NoahDrisort/vinorm
Author: AILAB
Author-email: donhanbentre@gmail.com
License: AILAB
Description: Install ViNorm package
        ```
        pip install vinorm
        ```
        Using in python script
        ```python
        from vinorm import TTSnorm
        S=TTSnorm("Hàm này được phát triển từ 8/2019, trả về định dạng là String đã được chuẩn hóa.")
        ```
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: Free for non-commercial use
Classifier: Natural Language :: Vietnamese
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Description-Content-Type: text/markdown
