Vinorm icon indicating copy to clipboard operation
Vinorm copied to clipboard

Python - NSW package for Vietnamese: Normalization system to convert numbers, abbreviations, and words that cannot be pronounced into syllables

Results 5 Vinorm issues
Sort by recently updated
recently updated
newest added

Thanks for your great work, when I using norm with multi process with pool: I get error: ``` [E] ucnv_toUChars: ICU Error "U_STRING_NOT_TERMINATED_WARNING" [E] ucnv_toUChars: ICU Error "U_STRING_NOT_TERMINATED_WARNING" 568 249...

thanks for great repo!! I've tried to normalize ratio such "2/3", I expetected: ``` hai phần ba```, but my result is : ```hai , ba``` Here is my full test:...

Vui lòng fix lỗi unicode khi chạy trên windows

The `imp` library is not available now. These are some changes in `__init__.py` code: ```python import subprocess,os import importlib def TTSnorm(text, punc = False, unknown = True, lower = True,...

Since imp got [deprecated](https://peps.python.org/pep-0594/#imp), it would be much better to replace it with importlib