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

pymorphy3-dicts-ru

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pymorphy3-dicts-ru

Russian dictionaries for pymorphy2

  • 2.4.417150.4580142
  • PyPI
  • Socket score

Maintainers
1

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/>_.

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