--- id: pymorphy3-dicts-uk version: "2.4.1.1.1663094765" license: GPLv3 License license_treatment: permissive maintenance: abandoned --- # pymorphy3-dicts-uk — Ukrainian dictionaries for pymorphy3 License: permissive · Maintenance: abandoned · Downloads: 113.8K/mo ## What it is and what it does pymorphy3-dicts-uk is a data package that bundles Ukrainian morphological dictionaries for use with pymorphy3. It contains only pre-built dictionary data files that enable pymorphy3 to perform Ukrainian-language text analysis tasks like lemmatization, part-of-speech tagging, and morphological parsing. You install it alongside pymorphy3, then instantiate a MorphAnalyzer with lang='uk' to access Ukrainian analysis. The package has zero runtime dependencies and installs as a wheel with low friction. However, it has been abandoned since 2022-12-01, so the dictionary data and compatibility with recent Python versions are not guaranteed to be maintained. Use it for: - Build Ukrainian language NLP pipelines that require lemmatization and morphological analysis - Preprocess Ukrainian text for machine learning or information retrieval tasks - Analyze Ukrainian word forms to extract root words and grammatical features - Support Ukrainian language in chatbots, search engines, or text processing applications ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Ukrainian morphological dictionaries for pymorphy3, enabling Ukrainian language text analysis and lemmatization. Yes, if you need Ukrainian morphological analysis and pymorphy3 is your chosen tool—the package installs cleanly with no dependencies. However, proceed with caution: the package is abandoned (last update 2022-12-01), so dictionary accuracy and compatibility with current Python versions are not guaranteed. Verify that pymorphy3 itself is actively maintained before committing. ## Install pip install pymorphy3-dicts-uk uv add pymorphy3-dicts-uk poetry add pymorphy3-dicts-uk ## Installing pymorphy3-dicts-uk Before you install: Low install friction with no runtime dependencies. Package is abandoned as of 2022-12-01 with no recent maintenance, so updates for modern Python versions are unlikely. License in practice: Permissive licensing: MIT for code, Creative Commons Attribution-Share Alike for dictionary data, allowing free use and modification. Quickstart: pip install pymorphy3-dicts-uk import pymorphy3 morph = pymorphy3.MorphAnalyzer(lang='uk') from pymorphy3_dicts_uk import get_path dict_path = get_path() Verify before relying: - Whether Ukrainian dictionary data remains current for modern language usage - Compatibility with Python versions released after 2022-09-13 - Whether pymorphy3 itself is actively maintained and compatible with current ecosystems ## Package facts - License: GPLv3 License (permissive) - Python support: unspecified - Install friction: low - Maintenance: abandoned - Downloads: 113.8K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags ukrainian morphology dictionaries, pymorphy3 ukrainian language, ukrainian text analysis, ukrainian lemmatization, ukrainian nlp dictionaries, morphological analysis ukrainian, ukrainian-nlp, morphology, data-package [View on SkillFed](https://skillfed.io/packages/pymorphy3-dicts-uk) · [View on PyPI](https://pypi.org/project/pymorphy3-dicts-uk/)