Page MenuHomePhabricator
Paste P5144

hunspell-ko is useless
ActivePublic

Authored by Halfak on Mar 27 2017, 10:14 PM.
Tags
None
Referenced Files
F7042442: hunspell-ko is useless
Mar 27 2017, 10:14 PM
Subscribers
None
```
>>> import enchant
>>> ko = enchant.Dict('ko')
>>> ko.check("foo")
True
>>> ko.check("foo asndals")
False
>>> ko.check("fooasndals")
True
>>> ko.check("fooasndals;sfdfaslnflasndlas")
False
>>> ko.check("fooasndalssfdfaslnflasndlas")
True
```