You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there,
I've tried the solution mentioned in the previous issue, with no success unfortunately.
Using Mac OS Ventura
Python 3.10
I retook the steps "preparation of installing" and "how to install mecab-ipadic-NEologd"
checking the path through
echo mecab-config --dicdir"/mecab-ipadic-neologd"
-->
/opt/homebrew/lib/mecab/dic/mecab-ipadic-neologd
so I went with:
from mlask import MLAsk
emotion_analyzer = MLAsk('-d /opt/homebrew/lib/mecab/dic/mecab-ipadic-neologd')
emotion_analyzer.analyze('彼のことは嫌いではない!')
No result will show up (no error message either).
The text was updated successfully, but these errors were encountered:
Hey there,
I've tried the solution mentioned in the previous issue, with no success unfortunately.
Using Mac OS Ventura
Python 3.10
I retook the steps "preparation of installing" and "how to install mecab-ipadic-NEologd"
checking the path through
echo mecab-config --dicdir"/mecab-ipadic-neologd"
-->
/opt/homebrew/lib/mecab/dic/mecab-ipadic-neologd
so I went with:
from mlask import MLAsk
emotion_analyzer = MLAsk('-d /opt/homebrew/lib/mecab/dic/mecab-ipadic-neologd')
emotion_analyzer.analyze('彼のことは嫌いではない!')
No result will show up (no error message either).
The text was updated successfully, but these errors were encountered: