Skip to main content

Fix and normalize Korean Jamo typos

Project description

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

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

baruda-0.1.3.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

baruda-0.1.3-py3-none-any.whl (7.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page