lepeap/DeepMorphy
Морфологический анализатор для русского языка на C# для .NET
This tool helps you analyze Russian text by breaking down words into their grammatical components, understanding their root forms, and even changing their inflections. It takes raw Russian words and identifies their part of speech, gender, number, case, tense, and more, as well as providing their base form (lemma). Anyone working with Russian language data, such as linguists, text analysts, or data scientists, would find this useful.
No commits in the last 6 months.
Use this if you need to perform detailed grammatical analysis, lemmatization, or word inflection for Russian language text.
Not ideal if your primary need is for languages other than Russian, or if you require a simpler, less granular text processing solution.
Stars
54
Forks
8
Language
C#
License
MIT
Category
Last pushed
Feb 22, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/lepeap/DeepMorphy"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
nert-nlp/streusle
STREUSLE: a corpus with comprehensive lexical semantic annotation (multiword expressions, supersenses)
bretttolbert/verbecc
Verbe Complete Conjugator (verbecc) supports Catalan, Spanish, French, Italian, Portuguese and...
natasha/yargy
Rule-based facts extraction for Russian language
google-research/turkish-morphology
A two-level morphological analyzer for Turkish.
bjascob/LemmInflect
A python module for English lemmatization and inflection.