Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pymorphy2/pymorphy2

Morphological analyzer / inflection engine for Russian and Ukrainian languages.
https://github.com/pymorphy2/pymorphy2

Last synced: about 2 months ago
JSON representation

Morphological analyzer / inflection engine for Russian and Ukrainian languages.

Awesome Lists containing this project

README

        

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 `_
* `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}
}