pymorphy3-dicts-uk

Ukrainian dictionaries for pymorphy3


License
xpp
Install
pip install pymorphy3-dicts-uk==2.4.1.1.1663094765

Documentation

pymorphy3-dicts

Scripts for updating pymorphy3_ dictionaries. License is GPL v3.

To compile a dictionary from a source XML file in OpenCorpora XML format use build-dict.py script.

./cookiecutter-pymorphy2-dicts folder contains cookiecutter template for creating language-specific pymorphy2-dicts-... packages.

update.py is a script for building pymorphy3-dicts-ru and pymorphy3-dicts-uk packages with Russian and Ukrainian dictionaries for pymorphy3.

For Russian it downloads data from http://opencorpora.org, compiles the dictionary using build-dict.py script and creates pymorphy3-dicts-ru package using cookiecutter.

For Ukrainian it downloads LanguageTool data from Google Drive, converts dictionary to OpenCorpora format using LT3OpenCorpora_, then compiles it and creates pymorphy3-dicts-uk package.

Code forked from [mike repo](https://github.com/kmike/pymorphy2-dicts) and follows MIT license.