Project: pymorphy3-dicts-ru

Russian dictionaries for pymorphy2

Project Details

Latest version
2.4.417150.4580142
Home Page
https://github.com/no-plagiarism/pymorphy3-dicts
PyPI Page
https://pypi.org/project/pymorphy3-dicts-ru/

Project Popularity

PageRank
0.002395267944835202
Number of downloads
56540

pymorphy3-dicts-ru

Russian dictionaries for pymorphy3_.

.. _pymorphy3: https://github.com/no-plagiarism/pymorphy3

Installation

Install::

$ pip install pymorphy3-dicts-ru

Usage

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

import pymorphy3 morph = pymorphy3.MorphAnalyzer(lang='ru')

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

Development

The main repo is https://github.com/no-plagiarism/pymorphy3-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 <http://creativecommons.org/licenses/by-sa/3.0/>_.