Skip to main content

Fix and normalize Korean Jamo typos

Project description

Baruda

Build Status README in Korean

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

Setup

  • Source install

      python setup.py install
    
  • PYPI install (TBD)

      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.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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

baruda-0.1.0-py3-none-any.whl (6.8 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