mecab-ko-dic
mecab-ko-dic packaged for Python
What it is and what it does
mecab-ko-dic is a Korean morphological dictionary packaged for Python to work with the MeCab tokenizer. It enables splitting and analyzing Korean text into meaningful tokens (morphemes) rather than simple space-based word boundaries. The package wraps dictionary data created by Yongwoon Lee and Yungho Yu, originally designed for use with MeCab's Japanese support but adapted for Korean.
The package is a thin wrapper that provides the dictionary and configuration arguments needed to initialize MeCab for Korean text processing. It is intended primarily for projects that already use MeCab (for example, in Japanese NLP pipelines) and need consistent Korean tokenization interoperability. The maintainers acknowledge MeCab was not originally designed for Korean and suggest other tools may be better suited for Korean-only NLP tasks.
Use it for:
- Tokenizing Korean text in a multilingual NLP pipeline that already uses MeCab for Japanese.
- Extracting consistent morphological tokens from Korean text for frequency analysis or vocabulary lookup.
- Integrating Korean language support into wordfreq or similar frequency-based text analysis tools.
- Processing Korean text in legacy systems built around MeCab that require interoperability.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides a Korean dictionary for MeCab tokenization, enabling morphological analysis of Korean text when used with mecab-python3 or fugashi.
No. The package is abandoned (last update 2021-02-19, repository archived), has high install friction due to compiled dependencies, and the maintainers themselves recommend other tools for Korean NLP unless MeCab interoperability is a hard requirement. License metadata is also unclear. Only install if you have an existing MeCab-based pipeline that specifically needs Korean support and cannot migrate.
Install
mecab-ko-dic on PyPI
pip
pip install mecab-ko-dicuv
uv add mecab-ko-dicpoetry
poetry add mecab-ko-dicInstalling mecab-ko-dic
Before you install
High install friction due to compiled dependencies (mecab-ko-dic-1.0.0.tar.gz). Package is abandoned as of 2021-02-19 with no updates since initial release; the repository is archived.
License in practice
License treatment is unclear in the metadata, though the description states the dictionary data and code are released under Apache License 2.0. Verify the actual license terms before use in proprietary projects.
Quickstart
pip install mecab-ko-dic
import MeCab
import mecab_ko_dic
tagger = MeCab.Tagger(mecab_ko_dic.MECAB_ARGS)
print(tagger.parse("안녕하세요세계."))
Requires MeCab and mecab-python3 (or fugashi) to be installed and properly configured on the system; MeCab is a compiled C++ library with system-level dependencies.
Verify before relying
- Whether the package works with current versions of mecab-python3 or fugashi given the 2021 freeze.
- Actual license metadata clarity—description claims Apache 2.0 but license_treatment is marked unclear.
- Whether Korean NLP has better maintained alternatives for modern use cases.
Package facts
| License | not declared (unclear) |
| Python support | not specified |
| Install friction | high — source build required |
| Runtime dependencies | none |
| Maintenance | abandoned — 2,002 days since the last release |
| Last repo commit | (repository archived) |
| First released | |
| Downloads | 99,170/month — #13,038 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mecab-ko-dic-1.0.0.tar.gz
Tags
More Linguistic packages
Detects and normalizes text encoding from…
permissive · top 100 on PyPI
tiktokentiktoken is a fast BPE tokenizer that converts…
permissive · top 1,000 on PyPI
chardetDetects character encoding and language in byte…
permissive · top 1,000 on PyPI
text-unidecodeConverts Unicode text to ASCII by…
copyleft · top 1,000 on PyPI
larkLark is a parsing library that builds abstract…
permissive · top 1,000 on PyPI
tree-sitterPython bindings to the tree-sitter parsing…
permissive · top 1,000 on PyPI
python-mecab-ko-dicProvides a pre-built Korean morphological…
permissive · top 15,000 on PyPI
mecab-koPython wrapper for MeCab-ko, a morphological…
permissive · top 15,000 on PyPI
ipadicProvides the IPAdic Japanese morphological…
unclear · top 15,000 on PyPI
kiwipiepyKiwipiepy tokenizes and analyzes Korean text…
copyleft · top 15,000 on PyPI
unidic-liteProvides a pip-installable Japanese…
permissive · top 15,000 on PyPI
kiwipiepy-modelProvides pre-trained morphological analysis…
copyleft · top 15,000 on PyPI
soynlpUnsupervised Korean natural language processing…
copyleft · top 15,000 on PyPI
mecab-python3Python wrapper for MeCab, a morphological…
permissive · top 5,000 on PyPI
fugashiA Cython wrapper for MeCab that tokenizes and…
permissive · top 5,000 on PyPI
konlpyKoNLPy provides Korean natural language…
copyleft · top 15,000 on PyPI