Konlpy Versions Save

Python package for Korean natural language processing.

v0.6.0

2 years ago

Major Features and Improvements

  • Removed koshort [#318 by nyanye]

Bug fixes and other changes

  • Added English version of CONTRIBUTING.rst [#302 by gabrielacorona]
  • Enhance jpype compatibility for Windows [#370 by hexists]
  • Fixed parsing issue for Mecab [#360 by swyo]
  • Fixed make check for in Makefile [#340 by kwonmha]
  • Fixed errors in documentation [#299 by hdatteln], [#308 by hdatteln]
  • Refactor code [#323 by nyanye]

v0.5.2

4 years ago

Major Features and Improvements

  • Add normalize method to Okt (#100)
  • Add data acquisition features from Koshort (#211)
  • Add docker installation steps (#252)
  • Update Mecab to mecab-0.996-ko-0.9.2 and mecab-ko-dic-2.1.1-20180720 (#214)
  • Add Python 2 warning at the install.rst (#277)

Bug fixes and other changes

  • Add methods to make Mecab picklable (#234, #258)
  • Add tests for coverage (#261, #262)
  • Fix Komoran not to POS tag empty sentences (#201)
  • Fix JPype usage by adding numpy as dependency (#246)
  • Fix to use tweepy 3.7.0+ to avoid collision with Python 3.7+ (#243)
  • Fix to use JPype 0.7.0+ to remove warning message (#245)
  • Fix to use lxml 4.1.0+ to avoid installation errors (#242)
  • Fix stream.google_trend test fail (#244)
  • Fix by removing .decode in Mecab.pos for Python3 usage (#108)
  • Update Mecab installation script (#158, #247, #255, #277)
  • Lower-bound Java Compile Version (#259)

v0.5.2-rc.1

4 years ago

Major Features and Improvements

  • Add normalize method to Okt (#100)
  • Add data acquisition features from Koshort (#211)

Bug fixes and other changes

  • Add methods to make Mecab picklable (#234)
  • Fix Komoran not to POS tag empty sentences (#201)
  • Fix JPype usage by adding numpy as dependency (#246)
  • Fix to use tweepy 3.7.0+ to avoid collision with Python 3.7+ (#243)
  • Fix to use JPype 0.7.0+ to remove warning message (#245)
  • Fix to use lxml 4.1.0+ to avoid installation errors (#242)
  • Fix stream.google_trend test fail (#244)
  • Fix by removing .decode in Mecab.pos for Python3 usage (#108)
  • Update Mecab installation script (#247)