--- id: pymorphy3-dicts-ru version: "2.4.417150.4580142" license: MIT license license_treatment: permissive maintenance: abandoned --- # pymorphy3-dicts-ru — Russian dictionaries for pymorphy2 License: permissive · Maintenance: abandoned · Downloads: 431.3K/mo ## What it is and what it does This package is a dictionary data bundle for pymorphy3, a Russian morphological analyzer. It contains the linguistic data needed to perform morphological analysis—breaking down Russian words into their component parts, identifying parts of speech, and finding lemmas—when used with pymorphy3's MorphAnalyzer class. The package itself has no runtime dependencies and installs as a wheel containing pre-built dictionary files. It is used by importing pymorphy3 and instantiating a MorphAnalyzer with the Russian language parameter. However, the package has been abandoned since its 2022-01-08 release with no updates since 2022-12-01, raising questions about whether the dictionary data remains current for modern Russian usage. Use it for: - Perform lemmatization on Russian text to normalize words to their dictionary base forms. - Identify parts of speech and grammatical features of Russian words for NLP pipelines. - Build Russian language processing tools that require morphological analysis without external APIs. - Analyze Russian text in linguistic research or computational linguistics projects. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Russian morphological dictionaries for pymorphy3, enabling morphological analysis and lemmatization of Russian text. Yes, but with caution. The package is stable and has no known vulnerabilities, with low install friction and a permissive license. However, it is abandoned—no updates since 2022-01-08. Install only if you need Russian morphological analysis with pymorphy3 and can verify the dictionary data meets your accuracy requirements. For active projects, consider whether a maintained alternative exists. ## Install pip install pymorphy3-dicts-ru uv add pymorphy3-dicts-ru poetry add pymorphy3-dicts-ru ## Installing pymorphy3-dicts-ru Before you install: Low install friction with no runtime dependencies. However, the package is abandoned—last release was 2022-01-08 and the repository received its final commit on 2022-12-01. License in practice: MIT license for code; dictionary data is licensed under Creative Commons Attribution-Share Alike. Both are permissive, allowing use in most projects, though CC-BY-SA requires attribution and derivative works to use the same license. Quickstart: pip install pymorphy3-dicts-ru import pymorphy3 morph = pymorphy3.MorphAnalyzer(lang='ru') result = morph.parse('слово') Requires pymorphy3 to be installed separately; this package provides only the Russian dictionary data. Verify before relying: - Whether the dictionary data remains accurate for modern Russian text and contemporary word forms. - Compatibility with recent versions of pymorphy3 given the time elapsed since last release. - Whether the CC-BY-SA license on the data creates practical constraints for commercial use. ## Package facts - License: MIT license (permissive) - Python support: unspecified - Install friction: low - Maintenance: abandoned - Downloads: 431.3K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags russian morphological analysis, russian language dictionaries, pymorphy3 russian support, russian lemmatization, russian nlp dictionaries, morphological analysis russian, russian-nlp, morphological-analysis, abandoned [View on SkillFed](https://skillfed.io/packages/pymorphy3-dicts-ru) · [View on PyPI](https://pypi.org/project/pymorphy3-dicts-ru/)