Only Russian texts supported. Includes pipenv environment and Docker image creation instructions as well as pytest tests.
Requires enchant package to be installed on linux. Something like this:
# apt-get install enchant
and pipenv for python virtual environment creation:
# pip install pipenv
$ pipenv install
$ pipenv shell
$ python spellchecker.py
$ pytest