Running testsΒΆ

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

$ pip install pytest
$ cd konlpy
$ py.test

KoNLPy was tested on the below environments:

  • Mac OS X 10.9 with Sun/Oracle 1.6.0
  • Ubuntu 12.04 with openjdk-7-jdk
  • Ubuntu 13.10 with openjdk-7-jdk
  • Ubuntu 14.04 with openjdk-7-jdk
  • Window 7 with Sun/Oracle JDK 1.7.0

Note

To see known bugs/issues, see here.

Fork me on GitHub

Related Topics