Skip to content

Releases: NoUnique/pymecab-ko

v1.0.1: Apply changes from mecab-python3==1.0.6

14 Feb 13:10
Compare
Choose a tag to compare

This is an alpha release to test Github Actions

v1.0.1a2: Apply changes from mecab-python3==1.0.6

14 Feb 11:54
Compare
Choose a tag to compare

This is an alpha release to test Github Actions

v1.0.1a1: Apply changes from mecab-python3==1.0.6

14 Feb 03:29
Compare
Choose a tag to compare

This is an alpha release to test Github Actions

v1.0.1a0: Apply changes from mecab-python3==1.0.6

13 Feb 21:48
Compare
Choose a tag to compare

This is an alpha release to test Github Actions

v1.0.0: Standing on the shoulders of giants

26 Apr 16:37
Compare
Choose a tag to compare

There are several implementations of python binding or wrapper for MeCab-ko, but they are generally not well maintained.
I made it to stand on the shoulders of giants(well-maintained open-source projects like MeCab, mecab-ko and mecab-python3) with minimum modifications.

v1.0.0a1: Apply changes from mecab-python3==1.0.5

26 Apr 15:59
Compare
Choose a tag to compare

This is an alpha release to test Github Actions

  • apply changes from mecab-python3 1.0.5
  • change mecab-ko-dic from extra_require to install_requires
  • fix errors of github actions

v1.0.0a0: Apply changes from mecab-python3==1.0.5

26 Apr 12:26
Compare
Choose a tag to compare

This is an alpha release to test Github Actions

  • apply changes from mecab-python3 1.0.5
  • change mecab-ko-dic from extra_require to install_requires

v0.0.1a1: Standing on the shoulders of giants

10 Jan 06:48
Compare
Choose a tag to compare

This is an alpha release to test Github Actions

  • remove python setup.py sdist from Github Actions script temporarily

v0.0.1a0: Standing on the shoulders of giants

10 Jan 06:38
Compare
Choose a tag to compare

This is an alpha release to test Github Actions

There are several implementations of python binding or wrapper for MeCab-ko, but they are generally not well maintained.
I made it to stand on the shoulders of giants(well-maintained open-source projects like MeCab, mecab-ko and mecab-python3) with minimum modifications.
I initially named it mecab-ko-python3 because the package name referenced for development was mecab-python3,
it may seem a little arrogant, but to reduce confusion in the PyPI, the name was changed to mecab-ko.
(The repository is named pymecab-ko to distinguish it from original mecab-ko)