pymorphy3-dicts-uk
Ukrainian dictionaries for pymorphy3
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 on this page — 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
pymorphy3-dicts-uk on PyPI
pip
pip install pymorphy3-dicts-ukuv
uv add pymorphy3-dicts-ukpoetry
poetry add pymorphy3-dicts-ukInstalling 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 | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | abandoned — 1,431 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 113,776/month — #12,330 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pymorphy3_dicts_uk-2.4.1.1.1663094765-py2.py3-none-any.whl
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
pymorphy3-dicts-ruProvides Russian morphological dictionaries for…
permissive · top 15,000 on PyPI
pymorphy2-dicts-ruProvides Russian morphological dictionaries for…
permissive · top 15,000 on PyPI
pymorphy3Morphological analyzer and POS tagger for…
permissive · top 15,000 on PyPI
pymorphy2Morphological analyzer and inflection engine…
permissive · top 15,000 on PyPI
lemminflectLemmatizes and inflects English words using…
permissive · top 15,000 on PyPI
simplemmaSimplemma converts inflected word forms to…
permissive · top 15,000 on PyPI
mecab-python3Python wrapper for MeCab, a morphological…
permissive · top 5,000 on PyPI
SudachiDict-fullProvides the full-edition Sudachi dictionary…
permissive · top 15,000 on PyPI
mecab-koPython wrapper for MeCab-ko, a morphological…
permissive · top 15,000 on PyPI
SudachiDict-coreProvides the core edition of the Sudachi…
permissive · top 5,000 on PyPI