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

MeCab -b option #26

Closed loretoparisi closed 5 years ago

loretoparisi commented 5 years ago

To support the command line options mecab -Owakati -b5000, is it ok to call it like

mecab = MeCab.Tagger("-Owakati -b5000")
zackw commented 5 years ago

That should work, yes.

We are preparing a new release, with several important bugs fixed and based on a newer version of the MeCab library. If 0.7 is not working for you, please try the wheels at https://test.pypi.org/project/mecab-python3/0.996.2rc2/ .

zackw commented 5 years ago

Version 0.996.2 has now been released and can be installed from PyPI using pip. If you are still having problems with the -b option with this version, please reopen this issue and describe in detail what happened and what you wanted to happen instead.