-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mecab-python causes RuntimeError on Windows64bit/Python3 environment #21
Comments
Maybe you have not yet installed the dictionary |
The dictionary is already installed (as I described above, same setup works fine on 32bit environment). But because of bash on Windows feature is released recently, I'm not in trouble by this issue. |
Download , mecab-ipdaic-neologd dictionary git clone --depth 1 https://github.com/neologd/mecab-ipadic-neologd.git
Other than this is confirmation of not proper path of dictionary. But this is working : Reason is , the path is working. To every file found, replace the value of dicdir. |
I tried to use
mecab-python
on Windows, but it causes RuntmeError (Python version is3.4
).Below is the patched branch that I used.
icoxfog417/mecab#windows
But any fix does not work (in addition, It works fine on 32bit).
The text was updated successfully, but these errors were encountered: