Skip to main content

Python implementation of Hanhul (Korean Language) Spell Checker

Project description

py-hangul-checker

Python implementation of Hanhul (Korean Language) Spell Checker

설치법

$ pip install py-hangul-checker

사용법

>>> from hangul_checker import KoreanSpellChecker
>>> sentence_to_be_checked = "간편 하게 쓰세요!"
>>> ksc = KoreanSpellChecker()
>>> res = ksc.check_spelling(sentence_to_be_checked)
>>> res
"간편하게 쓰세요!"

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

py-hangul-checker-0.2.0.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

py_hangul_checker-0.2.0-py3-none-any.whl (4.1 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