Metadata-Version: 2.1
Name: pymorphy2
Version: 0.9.1
Summary: Morphological analyzer (POS tagger + inflection engine) for Russian language.
Home-page: https://github.com/kmike/pymorphy2/
Author: Mikhail Korobov
Author-email: kmike84@gmail.com
License: MIT license
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: Russian
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
License-File: AUTHORS.rst
Requires-Dist: dawg-python>=0.7.1
Requires-Dist: pymorphy2-dicts-ru<3.0,>=2.4
Requires-Dist: docopt>=0.6
Provides-Extra: fast
Requires-Dist: DAWG>=0.8; extra == "fast"

pymorphy2
=========

Morphological analyzer (POS tagger + inflection engine)
for Russian and Ukrainian languages. License is MIT.

.. image:: https://img.shields.io/pypi/v/pymorphy2.svg
   :target: https://pypi.python.org/pypi/pymorphy2
   :alt: PyPI Version

.. image:: https://travis-ci.com/kmike/pymorphy2.svg?branch=master
   :target: https://travis-ci.com/kmike/pymorphy2
   :alt: Build Status

.. image:: https://codecov.io/github/kmike/pymorphy2/coverage.svg?branch=master
   :target: https://codecov.io/github/kmike/pymorphy2?branch=master
   :alt: Code Coverage

.. image:: https://readthedocs.org/projects/pymorphy2/badge/?version=latest
   :target: https://pymorphy2.readthedocs.io/
   :alt: Documentation

* docs: https://pymorphy2.readthedocs.io
* changelog: https://github.com/kmike/pymorphy2/blob/master/CHANGES.rst
* source code: github_
* bug tracker: https://github.com/kmike/pymorphy2/issues
* support: https://groups.google.com/forum/?fromgroups#!forum/pymorphy

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

Citing
------

::

    Korobov M.: Morphological Analyzer and Generator for Russian and
    Ukrainian Languages // Analysis of Images, Social Networks and Texts,
    pp 320-332 (2015).

Links:

* `Springer <https://link.springer.com/chapter/10.1007%2F978-3-319-26123-2_31>`_
* `PDF <https://arxiv.org/pdf/1503.07283v1.pdf>`_

BibTeX::

   @incollection{
      year={2015},
      isbn={978-3-319-26122-5},
      booktitle={Analysis of Images, Social Networks and Texts},
      volume={542},
      series={Communications in Computer and Information Science},
      editor={Khachay, Mikhail Yu. and Konstantinova, Natalia and Panchenko, Alexander and Ignatov, Dmitry I. and Labunets, Valeri G.},
      doi={10.1007/978-3-319-26123-2_31},
      title={Morphological Analyzer and Generator for Russian and Ukrainian Languages},
      url={http://dx.doi.org/10.1007/978-3-319-26123-2_31},
      publisher={Springer International Publishing},
      keywords={Morphological analyzer; Russian; Ukrainian; Morphological generator; Open source; OpenCorpora; LanguageTool; pymorphy2; pymorphy},
      author={Korobov, Mikhail},
      pages={320-332},
      language={English}
   }
