Skip to main content

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'돈까스'))
학생은 돈까스를 먹었다.

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

korean-0.1.4.tar.gz (9.7 kB view details)

Uploaded Source

File details

Details for the file korean-0.1.4.tar.gz.

File metadata

  • Download URL: korean-0.1.4.tar.gz
  • Upload date:
  • Size: 9.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for korean-0.1.4.tar.gz
Algorithm Hash digest
SHA256 d660a1f9c4a916596a4d10455a3503fe1bad5734a860bd7ca63e044fef7399f1
MD5 9a89ce6ab25aafcf8316209b493eb7a7
BLAKE2b-256 23e078e20a336187076972f589cdd7d8aa49a99706a0d461d8b49741c3fe884a

See more details on using hashes here.

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