Overview

Stemming library for Uzbek language

  • Free software: Apache Software License 2.0

Installation

pip install uzbek-stemmer

You can also install the in-development version with:

pip install git+ssh://git@https://github.com/SanatbekMatlatipov/uzbek-stemmer-python/SanatbekMatlatipov/uzbek-stemmer-python.git@master

Documentation

https://uzbek-stemmer-python.readthedocs.io/

Development

To run all the tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows

set PYTEST_ADDOPTS=--cov-append
tox

Other

PYTEST_ADDOPTS=--cov-append tox