Change logs

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
  • Fixed Hannanum, Kkma module bug where it couldn’t handle empty input strings

Warning

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
comments powered by Disqus
Fork me on GitHub

Table Of Contents

Related Topics