# pymorphy2/pymorphy2

Morphological analyzer / inflection engine for Russian and Ukrainian languages.

Repository: https://github.com/pymorphy2/pymorphy2
Canonical: https://ross.abutalabs.com/products/pymorphy2
Homepage: https://pymorphy2.readthedocs.io/
Language: Python
License Family: other
Last push: 2024-06-26T17:47:11+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5116, "days_push": 798, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1175, forks 130 (observed 2026-08-28T04:03:52.413293+00:00)

## What it is
pymorphy2 is a Python library providing morphological analysis (POS tagging and inflection) for Russian and Ukrainian languages. It includes dictionaries based on OpenCorpora and supports word form generation and parsing.

## Use cases
- lemmatize Russian words in a text processing pipeline
- get part-of-speech tags for Ukrainian text
- inflect Russian nouns into different grammatical cases
- normalize words for search indexing
- analyze word forms in Slavic languages from Python

## When to choose
- you need fast, offline morphological analysis for Russian or Ukrainian
- you want a lightweight pure-Python library with dictionary-based accuracy
- you need word inflection/generation, not just tagging

## When to avoid
- you need morphological analysis for languages other than Russian or Ukrainian
- you need a maintained general-purpose NLP toolkit with broad language support
- you require active development or frequent updates

## Facets
- artifact type: library
- maturity: maintenance
- function: nlp, parser
- domain: developer-tools
- platform: python, cross-platform
- tags: morphological-analysis, pos-tagger, inflection, russian-language, ukrainian-language, opencorpora, natural-language-processing

## Member repositories
- pymorphy2/pymorphy2 (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:52.413293+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:28:14.436285+00:00, confidence not recorded.
  - readme: https://github.com/pymorphy2/pymorphy2 (fetched 2026-08-28T04:03:52.413293+00:00, sha e19b08cdb6d3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
