SamuraiT / mecab-python3

:snake: mecab-python. you can find original version here:http://taku910.github.io/mecab/
https://pypi.python.org/pypi/mecab-python3
Other
539 stars 51 forks source link

Is there any plan to publish pip-installable "ipadic"? #49

Closed tamuhey closed 4 years ago

tamuhey commented 4 years ago

Hi, congrats on the release v1.0.0!

As I mentioned in the title, Is there any plan to publish pip-installable ipadic? mecab-python3 previously bundled ipadic in it, and I want to use it with version>=1.0.

polm commented 4 years ago

I hadn't been planning on it but multiple people have asked so I might as well. Give me a week or two to get to it.

polm commented 4 years ago

Test version of ipadic is out, pip install ipadic==1.0.0a2. I think it works but let me know if there are any issues.

After it's had a bit of testing I'll make an official release.

polm commented 4 years ago

Code is here: https://github.com/polm/ipadic-py

polm commented 4 years ago

Just released version 1.0 of ipadic on PyPI.

https://pypi.org/project/ipadic/