Metadata-Version: 1.1
Name: pymorphy2
Version: 0.3.2
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
Description: pymorphy2
        =========
        
        Morphological analyzer (POS tagger + inflection engine)
        for Russian language. License is MIT.
        
        .. image:: https://travis-ci.org/kmike/pymorphy2.png?branch=master
            :target: https://travis-ci.org/kmike/pymorphy2
        .. image:: https://coveralls.io/repos/kmike/pymorphy2/badge.png?branch=master
            :target: https://coveralls.io/r/kmike/pymorphy2
        
        * docs: http://pymorphy2.rtfd.org
        * source code: github_, bitbucket_.
        * bug tracker: https://github.com/kmike/pymorphy2/issues
        * support: https://groups.google.com/forum/?fromgroups#!forum/pymorphy
        
        .. _github: https://github.com/kmike/pymorphy2
        .. _bitbucket: https://bitbucket.org/kmike/pymorphy2
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
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.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
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
Requires: dawg_python (>= 0.5)
Requires: pymorphy2_dicts (>2.0, <3.0)
