spaCy/spacy/lang/ko
Adriane Boyd a2a0e1abf1 Switch to mecab-ko as default Korean tokenizer
Switch to the (confusingly-named) mecab-ko python module for default Korean
tokenization.

Maintain the previous `natto-py` tokenizer as
`spacy.KoreanNattoTokenizer.v1`.
2022-08-11 13:49:23 +02:00
..
__init__.py Switch to mecab-ko as default Korean tokenizer 2022-08-11 13:49:23 +02:00
examples.py Merge branch 'develop' into master-tmp 2020-05-21 18:39:06 +02:00
lex_attrs.py Drop Python 2.7 and 3.5 (#4828) 2019-12-22 01:53:56 +01:00
punctuation.py Update Korean defaults for Tokenizer (#10322) 2022-02-21 10:26:19 +01:00
stop_words.py Drop Python 2.7 and 3.5 (#4828) 2019-12-22 01:53:56 +01:00
tag_map.py Drop Python 2.7 and 3.5 (#4828) 2019-12-22 01:53:56 +01:00