V
V
Volgarastraport2019-10-13 20:42:30
Python
Volgarastraport, 2019-10-13 20:42:30

How to find the initial form of a phrase in Python?

I need to get the initial form of the phrase - unit. pure, present.
I run:

import pymorphy2
morph = pymorphy2.MorphAnalyzer()
morph.parse('мировой войны')

I get:
мировой война
The same with other phrases. Can you tell me a normal lib for the Russian language to bring phrases to their initial form?
Is there nothing in NLTK for Russian?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question