Change logs

Version 0.6.0

Released on Jan 2, 2022.

Version 0.5.2

Released on Dec 3, 2019.

Version 0.5.1

Released on Aug 3, 2018.

  • Added JVM memory option to backends [#199 by lovit]

Version 0.5.0

Released on Aug 1, 2018.

  • Added userdic to Komoran [#87 by lovit]
  • Added stream parameter to pprint [#179 by jaejunh]
  • Added join parameter to POS taggers [#135 by pinetree408]
  • Fixed JPype-related installation error [#94 by shaynekang]
  • Moved description.py to konlpy/about.py [#194]
  • Refactored Java code [#86 by mwkang]
  • Replaced wildcard expansion in mecab.sh [#161 by j-min]
  • Updated Komoran from 2.4 to 3.0 and add userdic [#198 by lovit]
  • Updated Twitter from 2.4.3 to okt-2.1.0 [#156 by zsef123]

경고

Previous dicpath in Komoran’s API is now modelpath. The name was changed to prevent confusion with the newly added userdic.

Version 0.4.4

Released on Oct 25, 2015.

  • Included tagsets for each morpheme analyzer [26a39d7]

Version 0.4.3

Released on Feb 27, 2015.

  • Fixed conditional requirement bug for pip3 [#50]

Version 0.4.2

Released on Feb 25, 2015.

  • Updated Korean documents (i.e., include missing .mo files)

Version 0.4.1

Released on Feb 25, 2015.

  • Added tag.Twitter
  • Added wheel files to pypi [#48]
  • Fixed bash script syntax error [#42 by re4lfl0w]
  • Fixed pip3 installation error [#43]
  • Include Komoran dictionaries in package [796c156]

Version 0.4.0

Released on Jan 18, 2015.

  • Added data, downloader [#4]
  • Added utils.csvread(), utils.csvwrite()
  • Added utils.read_txt()
  • Added nonflattened results for POS taggers
  • Added Komoran module with KOMORAN 2.4
  • Change dependency version of JPype1 to 0.5.7+
  • Change dependency version of mecab-python from 0.993 to 0.996 [#19 with comments by Yong-woon Lee]
  • Fixed concordance bug for Python2 [6caa929]
  • Fixed pprint bug on Windows [#37]

Version 0.3.3

Released on Sep 7, 2014.

Version 0.3.2

Released on Sep 4, 2014.

  • Fixed JPype class loading error for Mac OS X [#6 by combacsa]
    • JPype 0.5.5.4 is not compatible with JDK 1.7 in Mac OS X 10.9
  • Fixed Kkma memory error for Mac OS X [#13 by combacsa]
    • java.lang.OutOfMemoryError in Mac OS X if heap memory is too small

Version 0.3.1

Released on Sep 4, 2014.

  • Added MeCab installer script
  • Fixed Morph modules to handle strings with whitespaces only
  • Fixed data inclusion error for Hannanum
  • Modified tagger filenames with underscore prefixes
  • Modified concordance function not to print results by default
  • Modified Hannanum morph method to analyze
  • Uploaded KoNLPy to PyPI

Version 0.3.0

Released on Aug 25, 2014.

  • Changed API by automatically initializing JVM for Hannanum, Kkma
  • Added Kkma module with Kkma 2.0
  • Added documents using Sphinx and Read the Docs
  • Added license: GPL v3 or above
  • Added pretty print function for Unicode
  • Added noun extractor to Mecab
  • Enabled installation via pip
  • Fixed Hannanum, Kkma module bug where it couldn’t handle empty input strings

경고

The versions below do not have documents available, and are not backwards-compatible.

Version 0.2

Released on Aug 1, 2014.

  • Changed API by explicitly initializing JVM for Hannanum
  • Added Mecab module with MeCab-0.996-ko-0.9.1
  • Added unit tests
  • Added test automation with Travis CI
  • Fixed Hannanum module parsing error when ‘/’, ‘+’ are in text
  • Fixed Hannanum module text indexing error (where results get truncated)

Version 0.1

Released on Jun 15, 2014. Initial release of KoNLPy.

  • Inspired by Heewon Jeon’s KoNLP project, a wrapper of the Hannanum analyzer for R. The name KoNLPy, comes from this project.
  • Added Hannanum module with JHannanum 0.8.3