openkorpos / model-mecab

MeCab model trained with OpenKorPos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

model-mecab

MeCab model trained with OpenKorPos.

Using with Konlpy

To use this model with Konlpy, you simply need to construct a Mecab tagger with the path to this repository.

from konlpy.tag import Mecab
m = Mecab('model-mecab')

m.pos('분석할 텍스트입니다.')

About

MeCab model trained with OpenKorPos.

License:GNU General Public License v2.0