Metadata-Version: 2.1
Name: pymorphy3-dicts-uk
Version: 2.4.1.1.1641732236
Summary: Ukrainian dictionaries for pymorphy3
Home-page: https://github.com/no-plagiarism/pymorphy3-dicts
Author: Danylo Halaiko
Author-email: d9nich@pm.me
License: GPLv3 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 :: 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

pymorphy3-dicts-uk
==========================================================

Ukrainian dictionaries for `pymorphy3`_.

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

Installation
------------

Install::

    $ pip install pymorphy3-dicts-uk

Usage
-----

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

>>> import pymorphy3
>>> morph = pymorphy3.MorphAnalyzer(lang='uk')

To get a path to the installed dictionary data use
``pymorphy3_dicts_uk.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/>`_.


