Page MenuHomePhabricator

hunspell-ko is useless

Authored By
Halfak
Mar 27 2017, 10:14 PM
Size
247 B
Referenced Files
None
Subscribers
None

hunspell-ko is useless

```
>>> 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
```

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4507990
Default Alt Text
hunspell-ko is useless (247 B)

Event Timeline