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

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

korean-0.1.9-py2-none-any.whl (19.8 kB view details)

Uploaded Python 2

File details

Details for the file korean-0.1.9-py2-none-any.whl.

File metadata

  • Download URL: korean-0.1.9-py2-none-any.whl
  • Upload date:
  • Size: 19.8 kB
  • Tags: Python 2
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/2.7.17

File hashes

Hashes for korean-0.1.9-py2-none-any.whl
Algorithm Hash digest
SHA256 e56151126e1ddb2fd97051049780eb74465abcab95226ceaa1bbdadbb0fbb65d
MD5 1b860301715a98527a8fe08655aa0d4a
BLAKE2b-256 92a7bc886125eccdf30d22ed3ec8076c4d0ae1c413bb7e09bc5fba2760db26d2

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