Running tests

KoNLPy has tests to evaulate its quality. To perform a test, use the code below.

$ pip install pytest
$ cd konlpy
$ python -m pytest test/* # for Python 2.x
$ python3 -m pytest test/* # for Python 3.x

Note

To see testing logs on KoNLPy, see here.

Note

To see known bugs/issues, see here.