Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pymorphy2-dicts-uk

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pymorphy2-dicts-uk

Ukrainian dictionaries for pymorphy2

  • 2.4.1.1.1460299261
  • PyPI
  • Socket score

Maintainers
1

pymorphy2-dicts-uk

Ukrainian dictionaries for pymorphy2_.

.. _pymorphy2: https://github.com/kmike/pymorphy2

Installation

Install::

$ pip install pymorphy2-dicts-uk

Usage

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

import pymorphy2 morph = pymorphy2.MorphAnalyzer(lang='uk')

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc