pymorphy2-dicts-ru 2.4.417127.4579844


pip install pymorphy2-dicts-ru

  Latest version

Released: Oct 11, 2020

Project Links

Meta
Author: Mikhail Korobov

Classifiers

Development Status
  • 4 - Beta

Intended Audience
  • Developers
  • Science/Research

License
  • OSI Approved :: MIT License

Programming Language
  • Python
  • Python :: 2
  • Python :: 2.7
  • Python :: 3
  • Python :: 3.5
  • Python :: 3.6
  • Python :: 3.7
  • Python :: 3.8
  • Python :: Implementation :: CPython
  • Python :: Implementation :: PyPy

Topic
  • Software Development :: Libraries :: Python Modules
  • Scientific/Engineering :: Information Analysis
  • Text Processing :: Linguistic

Russian dictionaries for pymorphy2.

Installation

Install:

$ pip install pymorphy2-dicts-ru

Usage

To use these dictionaries with pymorphy2 create MorphAnalyzer with lang='ru' parameter:

>>> import pymorphy2
>>> morph = pymorphy2.MorphAnalyzer(lang='ru')

To get a path to the installed dictionary data use pymorphy2_dicts_ru.get_path() method.

Development

The main repo is https://github.com/kmike/pymorphy2-dicts/. The repository doesn’t contain the data itself: only package template and update scripts are stored in VCS.

License for Python code in this package is MIT. The data is licensed under Creative Commons Attribution-Share Alike.

No dependencies