[PR #679] [CLOSED] Added pymorphy2 to Natural Language Processing #614

Closed
opened 2025-11-06 12:58:58 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/679
Author: @eirenik0
Created: 7/8/2016
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

  • 7369f1c Added pymorphy2 to Natural Language Processing

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 README.md (+1 -1)

📄 Description

Why this framework/library/software/resource is awesome?

pymorphy2 is a morphological analyzer and generator for
Russian and Ukrainian languages. It uses large efficiently encoded lexicons
built from OpenCorpora and LanguageTool data. A set of linguistically
motivated rules is developed to enable morphological analysis and
generation of out-of-vocabulary words observed in real-world documents.
For Russian pymorphy2 provides state-of-the-arts morphological analysis
quality. The analyzer is implemented in Python programming language
with optional C++ extensions. Emphasis is put on ease of use, documentation
and extensibility. The package is distributed under a permissive
open-source license, encouraging its use in both academic and commercial
setting.

Vote for this pull request

Who agrees that this change should be merged could add your reactions (e.g. 👍) to this pull request.

Morphological analyzer / inflection engine for Russian and Ukrainian languages


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/679 **Author:** [@eirenik0](https://github.com/eirenik0) **Created:** 7/8/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`7369f1c`](https://github.com/vinta/awesome-python/commit/7369f1c31e6964f3deae58e79e3e54172d87739a) Added pymorphy2 to Natural Language Processing ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) </details> ### 📄 Description ## Why this framework/library/software/resource is awesome? [pymorphy2](https://github.com/kmike/pymorphy2) is a morphological analyzer and generator for Russian and Ukrainian languages. It uses large efficiently encoded lexicons built from OpenCorpora and LanguageTool data. A set of linguistically motivated rules is developed to enable morphological analysis and generation of out-of-vocabulary words observed in real-world documents. For Russian pymorphy2 provides state-of-the-arts morphological analysis quality. The analyzer is implemented in Python programming language with optional C++ extensions. Emphasis is put on ease of use, documentation and extensibility. The package is distributed under a permissive open-source license, encouraging its use in both academic and commercial setting. ## Vote for this pull request Who agrees that this change should be merged could add your reactions (e.g. :+1:) to this pull request. Morphological analyzer / inflection engine for Russian and Ukrainian languages --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 12:58:58 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#614