{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/18"},{"label":"Linguistic","url":"https://skillfed.io/packages/category/text-processing-linguistic/2"}],"enrichment":{"capability":"Python wrapper for MeCab-ko, a morphological analyzer that tokenizes and tags Korean text into parts of speech and lemmas.","skillfed_tags":["korean-nlp","morphological-analysis","tokenization"],"use_cases":["Tokenize and tag Korean text for downstream NLP tasks like sentiment analysis or named-entity recognition","Build Korean search engines or text indexing systems that require morpheme-level analysis","Preprocess Korean corpora for machine learning or linguistic research","Segment Korean text into words when space-delimited boundaries are ambiguous or absent","Extract lemmas and part-of-speech information for Korean language learning or grammar analysis tools"],"what_it_does":"mecab-ko is a Python binding for MeCab-ko, a morphological analyzer designed specifically for Korean text. It breaks Korean sentences into morphemes (the smallest meaningful units) and assigns part-of-speech tags to each token. The package ships with precompiled wheels for macOS, Linux, and Windows, and automatically installs mecab-ko-dic, a Korean dictionary required for analysis.\n\nThe wrapper follows MeCab's own API closely rather than adopting Pythonic conventions, so it reads like a direct port. You instantiate a Tagger with optional command-line arguments (e.g., \"-Owakati\" for space-separated output), then call parse() on Korean text to get morphological breakdowns. It's commonly used in Korean NLP pipelines, text preprocessing, and linguistic research where accurate Korean tokenization is essential.","worth_installing":"Yes, if you need Korean morphological analysis. The package is mature, has no known vulnerabilities, uses a permissive license, and benefits from well-maintained upstream projects. Install friction is moderate but manageable with prebuilt wheels. Maintenance is aging (last release 325 days ago), so verify that the version and dictionary meet your needs before committing to production use. Not suitable if you need active, frequent updates or support for other languages."},"id":"mecab-ko","links":{"html":"https://skillfed.io/packages/mecab-ko","md":"https://skillfed.io/packages/mecab-ko.md","pypi":"https://pypi.org/project/mecab-ko/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-09-23","license_spdx":null,"license_treatment":"permissive","name":"mecab-ko","python_support":"unspecified","summary":"Python wrapper for the MeCab-ko morphological analyzer for Korean"},"popularity":{"monthly_downloads":135490,"position":11429,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.0.2"}
