AUTHORS.rst
CHANGES.rst
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/glossary.rst
docs/index.rst
docs/make.bat
docs/internals/char-substitutes.rst
docs/internals/dict.rst
docs/internals/index.rst
docs/internals/prediction.rst
docs/internals/umlauts.rst
docs/misc/2trie.rst
docs/misc/_authors.rst
docs/misc/_changes.rst
docs/misc/api_reference.rst
docs/misc/citing.rst
docs/misc/index.rst
docs/user/contributing.rst
docs/user/grammemes.rst
docs/user/guide.rst
docs/user/index.rst
pymorphy2/__init__.py
pymorphy2/analyzer.py
pymorphy2/cache.py
pymorphy2/cli.py
pymorphy2/dawg.py
pymorphy2/shapes.py
pymorphy2/tagset.py
pymorphy2/tokenizers.py
pymorphy2/utils.py
pymorphy2/version.py
pymorphy2.egg-info/PKG-INFO
pymorphy2.egg-info/SOURCES.txt
pymorphy2.egg-info/dependency_links.txt
pymorphy2.egg-info/entry_points.txt
pymorphy2.egg-info/not-zip-safe
pymorphy2.egg-info/pbr.json
pymorphy2.egg-info/requires.txt
pymorphy2.egg-info/top_level.txt
pymorphy2/lang/__init__.py
pymorphy2/lang/ru/__init__.py
pymorphy2/lang/ru/config.py
pymorphy2/lang/uk/__init__.py
pymorphy2/lang/uk/_prefixes.py
pymorphy2/lang/uk/config.py
pymorphy2/opencorpora_dict/__init__.py
pymorphy2/opencorpora_dict/compile.py
pymorphy2/opencorpora_dict/parse.py
pymorphy2/opencorpora_dict/preprocess.py
pymorphy2/opencorpora_dict/probability.py
pymorphy2/opencorpora_dict/storage.py
pymorphy2/opencorpora_dict/wrapper.py
pymorphy2/units/__init__.py
pymorphy2/units/abbreviations.py
pymorphy2/units/base.py
pymorphy2/units/by_analogy.py
pymorphy2/units/by_hyphen.py
pymorphy2/units/by_lookup.py
pymorphy2/units/by_shape.py
pymorphy2/units/unkn.py
pymorphy2/units/utils.py