Fix and normalize Korean Jamo typos
Project description
Baruda
"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
- 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.
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 details)
Built Distribution
File details
Details for the file baruda-0.1.3.tar.gz
.
File metadata
- Download URL: baruda-0.1.3.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.44.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10fb8f161b7bd4443c655e84252a050ff3e7808a38a429002d31f92637f98c61 |
|
MD5 | c0abb554c890b69d6059679aac3a40d0 |
|
BLAKE2b-256 | 88204bb320754c0c98f96f2d4b3447ecd56235ee97473c53338d44fe600f8d49 |
File details
Details for the file baruda-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: baruda-0.1.3-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.44.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f1b05ef938e9d36df354a58cc087547503bb09f363f3a20bd9c3840a3b4d411 |
|
MD5 | 3c03da01cb444c23b4d370bff2ada740 |
|
BLAKE2b-256 | 4f14889c34bd2d77470a195db606846526f1af5798aff26826a27df1f252f45b |