Python library for handling Vietnamese string, especially with tones
- Free software: BSD license
- Documentation: https://vistring.readthedocs.io.
$ pip install vistring
Remove tones:
>>> import vistring >>> vistring.remove_tones(u'Em ơi có bao nhiêu? Sáu mươi năm cuộc đời!') 'Em oi co bao nhieu? Sau muoi nam cuoc doi!'
- TODO
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.