mecab-python3
mecab-python3 copied to clipboard
:snake: mecab-python. you can find original version here:http://taku910.github.io/mecab/
Windowsでmecab-python3 1.0.7をインストールしました。importしようとすると、以下のエラーが出ました。VC++再頒布版はインストールしています。 ``` >>> import MeCab Traceback (most recent call last): File "", line 1, in File "C:\Users\xxxxx\AppData\Roaming\Python\Python311\site-packages\MeCab\__init__.py", line 10, in from . import _MeCab ImportError: DLL load failed while...
If you install mecab-python3 on Windows and get an error like this: ImportError: DLL load failed while importing _MeCab: the specified module could not be found The recommended solution is...
Same as https://github.com/polm/fugashi/issues/115