pymorphy2 0.9.1


pip install pymorphy2

  Latest version

Released: Sep 26, 2020

Project Links

Meta
Author: Mikhail Korobov

Classifiers

Development Status
  • 4 - Beta

Intended Audience
  • Developers
  • Science/Research

License
  • OSI Approved :: MIT License

Natural Language
  • Russian

Programming Language
  • Python
  • Python :: 2
  • Python :: 2.7
  • Python :: 3
  • Python :: 3.5
  • Python :: 3.6
  • Python :: 3.7
  • Python :: 3.8
  • Python :: Implementation :: CPython
  • Python :: Implementation :: PyPy

Topic
  • Software Development :: Libraries :: Python Modules
  • Scientific/Engineering :: Information Analysis
  • Text Processing :: Linguistic

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

PyPI Version Build Status Code Coverage Documentation

Citing

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

Links:

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}
}

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
dawg-python (>=0.7.1)
pymorphy2-dicts-ru (<3.0,>=2.4)
docopt (>=0.6)