CodeStandard/python_libs/Pymorphy.txt

14 lines
374 B
Plaintext
Raw Permalink Normal View History

2024-06-07 20:00:25 +03:00
https://pymorphy2.readthedocs.io/en/stable/user/index.html
======= install ========
pip install pymorphy2
pip install -U pymorphy2-dicts-ru
pip install -U pymorphy2-dicts-uk
========= config ============
import pymorphy2
parser = pymorphy2.MorphAnalyzer()
=========== use =============
parser.parse("слон")
parser.parse("слона")[0].inflect({'sing', 'nomn'}).word