A Python binding for mecab-ko, the Korean morphological analyzer based on MeCab. Provides part-of-speech tagging, lemmatization, and tokenization for Korean text. Version 1.3.7 requires Python >=3.7. Released irregularly.
pip install python-mecab-koNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: parse Korean text into morphemes with POS tags.
Use 'from mecab import MeCab' instead.
Use default constructor. To customize, set environment variable MECABRC before import.
Install mecab-ko and mecab-ko-dic via your system package manager (e.g., apt, brew) or follow instructions at https://github.com/jonghwanhyeon/python-mecab-ko#installation.
Use 'from mecab import MeCab'.
Install mecab-ko and mecab-ko-dic (e.g., 'apt-get install mecab mecab-ko-dic'). Then set MECABRC to the dictionary path if necessary.
No dependency data recorded yet.