mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-18 05:01:00 -05:00
[PR #679] [CLOSED] Added pymorphy2 to Natural Language Processing #614
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/679
Author: @eirenik0
Created: 7/8/2016
Status: ❌ Closed
Base:
master← Head:patch-1📝 Commits (1)
7369f1cAdded 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.