Enter the following in terminal
brew install mecab mecab-ipadic
mecab-ipadic is a dictionary used by mecab
In order to call mecab from Python, you need to install mecab-python
pip install mecab-python3
Recommended Posts