Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pymorphy2/pymorphy2
Morphological analyzer / inflection engine for Russian and Ukrainian languages.
https://github.com/pymorphy2/pymorphy2
Last synced: about 1 month ago
JSON representation
Morphological analyzer / inflection engine for Russian and Ukrainian languages.
- Host: GitHub
- URL: https://github.com/pymorphy2/pymorphy2
- Owner: pymorphy2
- Created: 2012-08-30T20:41:13.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T19:33:43.000Z (7 months ago)
- Last Synced: 2024-05-22T12:13:16.835Z (6 months ago)
- Language: Python
- Homepage: https://pymorphy2.readthedocs.io/
- Size: 2.74 MB
- Stars: 1,101
- Watchers: 60
- Forks: 116
- Open Issues: 82
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Authors: AUTHORS.rst
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}
}