--- id: python-mecab-ko-dic version: "2.1.1.post2" license: Apache License 2.0 license_treatment: permissive maintenance: abandoned --- # python-mecab-ko-dic — mecab-ko-dic packaged for Python License: permissive · Maintenance: abandoned · Downloads: 74.8K/mo ## What it is and what it does python-mecab-ko-dic packages a pre-compiled Korean morphological analyzer dictionary for use with mecab-ko. Instead of requiring users to manually install mecab-ko and build the dictionary from source—a complex multi-step process—this package bundles the built dictionary and makes it available through a simple Python import. You can retrieve the dictionary path and use it with an existing mecab-ko installation. The dictionary itself was created by the Eunjeon project. This package is a convenience wrapper that saves setup time for Python projects that need Korean text analysis. However, it is abandoned as of its last release in December 2022, meaning no updates or maintenance should be expected going forward. Use it for: - Simplify setup for Korean NLP pipelines by providing a pre-built dictionary without manual compilation. - Integrate Korean morphological analysis into Python text processing workflows that already use mecab-ko. - Retrieve the dictionary path programmatically for use with mecab-ko in automated or containerized environments. - Support Korean language processing in research or production systems that require tokenization and part-of-speech tagging. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides a pre-built Korean morphological analyzer dictionary for mecab-ko, eliminating the need to manually compile mecab-ko and its dictionary. Yes, if you already have mecab-ko installed and need a convenient way to access its Korean dictionary in Python. The low install friction and permissive license make it a practical choice. However, be aware that the package is abandoned and will not receive updates; verify that the pre-built dictionary meets your Korean language processing needs before committing to it. ## Install pip install python-mecab-ko-dic uv add python-mecab-ko-dic poetry add python-mecab-ko-dic ## Installing python-mecab-ko-dic Before you install: Installation is straightforward with no runtime dependencies. The package has been abandoned since its last release on 2022-12-14, so no active maintenance or bug fixes should be expected. License in practice: Licensed under Apache License 2.0, a permissive license that allows commercial and private use with minimal restrictions, though you should include a copy of the license in distributions. Quickstart: pip install python-mecab-ko-dic import python_mecab_ko_dic print(python_mecab_ko_dic.dictionary_path) Requires mecab-ko to be installed separately on your system; this package only provides the dictionary, not the mecab-ko parser itself. Verify before relying: - Whether mecab-ko must be installed before or after this package for the dictionary path to be usable. - Whether the pre-built dictionary is compatible with all versions of mecab-ko or only specific versions. - Current state of the underlying Eunjeon project and whether the dictionary is still actively maintained upstream. ## Package facts - License: Apache License 2.0 (permissive) - Python support: unspecified - Install friction: low - Maintenance: abandoned - Downloads: 74.8K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags korean morphological analysis, mecab-ko dictionary, korean nlp tokenization, korean text processing, mecab korean dic, korean pos tagging, korean-nlp, morphological-analysis [View on SkillFed](https://skillfed.io/packages/python-mecab-ko-dic) · [View on PyPI](https://pypi.org/project/python-mecab-ko-dic/)