Skip to content

openkorpos/model-mecab

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published