baruda 0.1.3

Last updated:

0 purchases

baruda 0.1.3 Image
baruda 0.1.3 Images
Add to Cart

Description:

baruda 0.1.3

Baruda


"Baruda"("바루다") is a pure Korean word that means "fix or correct things"

Namu Wiki: List of pure Korean words

Setup


Source install
python setup.py install



PYPI install
pip install baruda



Usage

jamofix() : Fix Hangul Jamo-level typos and synthesize broken Hangul syllables.


ex. "ㅇㅣㄱㅓ 진짴ㅋㅋ ㄷㅚ욬ㅋ" -> "이거 진짜ㅋㅋㅋ 되요ㅋ"

from baruda import jamofix

s = "ㅇㅣㄱㅓ 진짴ㅋㅋ ㄷㅚ욬ㅋ"
print(jamofix(s))
# >>> "이거 진짜ㅋㅋㅋ 되요ㅋ"

Reference

JDongian/jamo: Used for faster jamo decomposition.

Version 0.1.3
Released Apr 5 2020.
Add special case of Jungseong handling. ('ㅜ', 'ㅠ', 'ㅗ')
Version 0.1.0
Released Mar 29 2020.
The initial release.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.