Skip to content

Fix Hangul Jamo-level typos and synthesize broken Hangul syllables.

License

Notifications You must be signed in to change notification settings

naubull2/baruda

Repository files navigation

Baruda

Python package README in Korean

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

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

About

Fix Hangul Jamo-level typos and synthesize broken Hangul syllables.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages