Metadata-Version: 2.1
Name: pymorphy2-dicts-ru
Version: 2.4.417127.4579844
Summary: Russian dictionaries for pymorphy2
Home-page: https://github.com/kmike/pymorphy2-dicts/
Author: Mikhail Korobov
Author-email: kmike84@gmail.com
License: MIT license
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Text Processing :: Linguistic

pymorphy2-dicts-ru
==========================================================

Russian dictionaries for `pymorphy2`_.

.. _pymorphy2: https://github.com/kmike/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 <http://creativecommons.org/licenses/by-sa/3.0/>`_.


