python-myanmar
python-myanmar copied to clipboard
Python library for Myanmar text processing
Bumps [py](https://github.com/pytest-dev/py) from 1.7.0 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...
When I try to romanize it, I get no output. ```python print(romanize("ကျဥ်းတယ်", IPA) ```
when convert unicode အဓိဋ္ဌာန် to win. aaVowel is not converted to "m". Instead it is still the original unicode character aaVowel. convert('အဓိဋ္ဌာန်', 'unicode', 'wininnwa') 't"d|ာef'
``` from myanmar.romanizer import romanize, MLC from myanmar.romanizer import romanize, IPA ``` ImportError: cannot import name 'romanize' ``` from myanmar.romanizer import romanize, BGN_PCGN ``` work fine!
https://en.wiktionary.org/wiki/၌
extra: - add github action