A Python distribution of the mecab-ko-dic Korean dictionary for MeCab. Version 1.0.0 provides pre-packaged dictionary data and is primarily used as a dependency for Korean NLP tools like mecab-python3. No longer actively maintained.
pip install mecab-ko-dicNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Import the module to discover the dictionary directory, then pass it to MeCab's tagger with the -d option.
Install from upstream: https://github.com/taku910/mecab/tree/master/mecab-ko-dic
Use it only to get the dictionary directory, then pass it to MeCab.
pip install mecab-python3; on Linux, also install mecab-ko via apt or source.
Run 'pip install mecab-ko-dic' to install from PyPI.
Use the path from mecab_ko_dic.__path__[0] as the -d argument to MeCab.Tagger.
No dependency data recorded yet.