skillfed

pymorphy3-dicts-uk

Ukrainian dictionaries for pymorphy3

pymorphy3-dicts-uk v2.4.1.1.1663094765 113.8K downloads/30d#12,330 on PyPI3
Permissive license GPLv3 License Abandoned released

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-uk

uv

uv add pymorphy3-dicts-uk

poetry

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 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

Development Status :: 4 - BetaIntended Audience :: DevelopersIntended Audience :: Science/ResearchLicense :: OSI Approved :: MIT LicenseProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.5Programming Language :: Python :: 3.6Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8Programming Language :: Python :: Implementation :: CPythonProgramming Language :: Python :: Implementation :: PyPyTopic :: Scientific/Engineering :: Information AnalysisTopic :: Software Development :: Libraries :: Python ModulesTopic :: Text Processing :: Linguistic

Tags

ukrainian morphology dictionariespymorphy3 ukrainian languageukrainian text analysisukrainian lemmatizationukrainian nlp dictionariesmorphological analysis ukrainian
ukrainian-nlpmorphologydata-package

More Python Modules packages