A library for Korean morphology
Project description
Sometimes you should localize your project to Korean. But common i18n solutions such as gettext are not working with non Indo-European language well. Korean also has many morphological difference. “korean” a Python module provides useful Korean morphological functions.
Do not use “을(를)” anymore
>>> from korean import Noun >>> fmt = u'{subj:은} {obj:을} 먹었다.' >>> print fmt.format(subj=Noun(u'나'), obj=Noun(u'밥')) 나는 밥을 먹었다. >>> print fmt.format(subj=Noun(u'학생'), obj=Noun(u'돈까스')) 학생은 돈까스를 먹었다.
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
korean-0.1.5.tar.gz
(10.8 kB
view details)
File details
Details for the file korean-0.1.5.tar.gz
.
File metadata
- Download URL: korean-0.1.5.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 164647961ebebf117df059eaba25d6b74ac445eddeb439977fd982f89f3a7964 |
|
MD5 | 44a8ed1b4445e053b6976e0ee725f802 |
|
BLAKE2b-256 | 2e7b5e00b6a9e9030b09ef279c01afdda04806cbddbc96cb322b15e203993e84 |