Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Last active August 4, 2017 08:29
Show Gist options
  • Save kjunichi/87c10582b521275d4652a5551a906ce6 to your computer and use it in GitHub Desktop.
Save kjunichi/87c10582b521275d4652a5551a906ce6 to your computer and use it in GitHub Desktop.
2017/8/4

mecab-python3がうごかない

>>> import MeCab
>>> m = MeCab.Tagger ("-O wakati")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/junichi/.pyenv/versions/3.6.1/lib/python3.6/site-packages/MeCab.py", line 307, in __init__
    this = _MeCab.new_Tagger(*args)
RuntimeError

解決方法

brew install mecab-ipadic

関連

アクセス解析タグ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment