{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/15"},{"label":"Information Analysis","url":"https://skillfed.io/packages/category/scientific-engineering-information-analysis/2"},{"label":"Linguistic","url":"https://skillfed.io/packages/category/text-processing-linguistic/2"}],"enrichment":{"capability":"Morphological analyzer and inflection engine for Russian and Ukrainian text, performing part-of-speech tagging and word form generation.","skillfed_tags":["russian-nlp","morphological-analysis","pos-tagging"],"use_cases":["Preprocess Russian text for machine learning by lemmatizing words and extracting grammatical features.","Build Russian search engines or information retrieval systems that need to match word variants.","Generate inflected forms of Russian words for text generation or templating tasks.","Analyze Ukrainian text for linguistic research or NLP applications.","Implement Russian spell-checking or grammar-checking tools that require morphological analysis."],"what_it_does":"pymorphy2 is a morphological analysis library for Russian and Ukrainian text. It performs two main tasks: identifying the part of speech and grammatical properties of words (POS tagging), and generating different inflected forms of words (lemmatization and conjugation). The library is built on linguistic data from OpenCorpora and is commonly used in Russian NLP pipelines for text preprocessing, information extraction, and linguistic analysis.\n\nThe package depends on dawg-python for efficient dictionary lookups and pymorphy2-dicts-ru for Russian morphological data. It has low installation friction as a pure-Python wheel, but maintenance is dormant\u2014the last release was in 2020, though the repository remains accessible. It supports Python 2.7 through 3.8 according to its classifiers, but has not been updated for newer Python versions.","worth_installing":"Yes, if you are working with Russian text and need morphological analysis. The library is stable, has no known vulnerabilities, and low install friction. However, be aware that maintenance is dormant\u2014no updates since 2020\u2014so you should verify compatibility with your Python version and consider whether you need active maintenance or community support for production use."},"id":"pymorphy2","links":{"html":"https://skillfed.io/packages/pymorphy2","md":"https://skillfed.io/packages/pymorphy2.md","pypi":"https://pypi.org/project/pymorphy2/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2020-09-26","license_spdx":null,"license_treatment":"permissive","name":"pymorphy2","python_support":"unspecified","summary":"Morphological analyzer (POS tagger + inflection engine) for Russian language."},"popularity":{"monthly_downloads":215946,"position":9389,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.9.1"}
