Running testsΒΆ

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

$ pip install pytest
$ cd konlpy
$ py.test

Note

KoNLPy was tested on the below environments:

  • Ubuntu 12.04 with openjdk-7-jdk
  • Ubuntu 13.10 with openjdk-7-jdk
  • Window 7 with Sun/Oracle JDK 1.7.0 (hannanum, mecab have issues)
Fork me on GitHub

Related Topics