Releases: NoUnique/pymecab-ko
v1.0.1: Apply changes from mecab-python3==1.0.6
This is an alpha release to test Github Actions
- apply changes from mecab-python3 1.0.6 (includes support for Python 3.11)
- fix wrong diff logic of mecab-ko
v1.0.1a2: Apply changes from mecab-python3==1.0.6
This is an alpha release to test Github Actions
- apply changes from mecab-python3 1.0.6
- fix wrong diff logic of mecab-ko
v1.0.1a1: Apply changes from mecab-python3==1.0.6
This is an alpha release to test Github Actions
- apply changes from mecab-python3 1.0.6
- fix wrong diff logic of mecab-ko
v1.0.1a0: Apply changes from mecab-python3==1.0.6
This is an alpha release to test Github Actions
- apply changes from mecab-python3 1.0.6
- fix wrong diff logic of mecab-ko
v1.0.0: Standing on the shoulders of giants
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
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
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
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
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)