--- id: konlpy version: "0.6.0" license: GPL v3 license_treatment: copyleft maintenance: abandoned --- # konlpy — Python package for Korean natural language processing. License: copyleft · Maintenance: abandoned · Downloads: 134.8K/mo ## What it is and what it does KoNLPy is a Python wrapper around multiple Korean natural language processing engines, unifying several research-built tools into a single interface. It handles Korean-specific tasks like tokenization, part-of-speech tagging, and morphological analysis—operations that require understanding Korean's complex grammar and character system. The package depends on JPype1 to call Java-based engines, lxml for XML processing, and numpy for numerical operations. The project is abandoned: the last release was in January 2022, and there is no active maintenance. Users should expect no bug fixes, security updates, or compatibility work for newer Python or dependency versions. It remains useful for legacy systems or research projects already committed to its ecosystem, but new projects should evaluate actively maintained alternatives. Use it for: - Tokenize and analyze Korean text in legacy data-processing pipelines already built around konlpy. - Perform part-of-speech tagging on Korean documents for linguistic research or historical NLP projects. - Extract morphological features from Korean text in educational contexts studying computational linguistics. - Preprocess Korean text for machine learning models in projects that cannot migrate to newer libraries. - Analyze Korean social media or news text in systems where konlpy's specific engines are already integrated. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. KoNLPy provides Korean natural language processing tools including tokenization, part-of-speech tagging, and linguistic feature extraction by wrapping multiple Korean NLP engines. No, unless you are maintaining legacy code already using konlpy. The package is abandoned (last release 2022-01-02) with no active maintenance, making it unsuitable for new projects. GPL v3 copyleft licensing also restricts use in proprietary software. For new Korean NLP work, seek actively maintained alternatives. ## Install pip install konlpy uv add konlpy poetry add konlpy ## Installing konlpy Before you install: Installation is straightforward with low friction, but the package is abandoned—last release was 2022-01-02, over 1685 days ago. No active maintenance or updates are expected. License in practice: Licensed under GPL v3 (copyleft). Any derivative work or distribution must also be open-source under GPL v3 terms; proprietary projects cannot use this package without releasing their own code. Quickstart: pip install konlpy from konlpy.tag import Kkma kkma = Kkma() kkma.sentences('한글 문장입니다.') Requires JPype1 to bridge Python and Java-based Korean NLP engines; Java installation may be needed depending on the underlying engine used. Verify before relying: - Whether the package's underlying Korean NLP engines remain functional and compatible with current Python and Java versions. - Current compatibility with Python versions beyond 2.7 and 3.6 (requires_python is unspecified). - Whether numpy, lxml, and JPype1 dependencies have known incompatibilities with modern environments. ## Package facts - License: GPL v3 (copyleft) - Python support: unspecified - Install friction: low - Maintenance: abandoned - Downloads: 134.8K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags korean nlp tokenization, korean text processing, korean pos tagging, korean morphological analysis, korean language nlp, korean computational linguistics, korean text analytics, korean-nlp, abandoned, copyleft-license [View on SkillFed](https://skillfed.io/packages/konlpy) · [View on PyPI](https://pypi.org/project/konlpy/)