Closed david30907d closed 6 years ago
@david30907d I happen to find this issue. Your problem looks similar to this: https://github.com/tensorflow/tensorflow/issues/830 According to the issue, the version of swig is inappropriate. And the solution seems to be introduced in https://github.com/swig/swig/pull/560.
However, I'm sorry that I don't know how we could update the version of swig for this MeCab python binding.
Besides, I reproduced your problem in my env w/ python 3.6.1.
thanks for your reply~ @sshojiro I'll take a look at those issues thanks for your help
We are no longer shipping any SWIG-generated code. Your test works for me with the current version of the module, compiled using SWIG 3.0.12 and libmecab 0.99.6.
This one works
but when i put
mecab = MeCab.Tagger("-Ochasen")
into functionja
like this:error occurs:
any idea?