Skip to content

minbert/koSpellPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

한국어 문서

koSpellPy

Korean Spell checker

How to use

Install

pip install kospellpy

Use

from kospellpy import spell_init

spell_checker = spell_init() # default: busan spell check
                             # if you want to use naver_spell_check, just use spell_init('naver')

text = "인공지능이너무 재밓따!"

print(spell_checker(text))
>> 인공지능이 너무 재밌다!

About

Korea Spell Checker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages