I was building an environment to run MeCab on Ubuntu while looking at articles such as Qiita, but it does not work even if I follow the article. It works on the command line, but when I try to use it in Python, I get an error for some reason.
I was wondering why, but when I looked closely, the package wasn't enough. It's bad that I didn't read the README of mecab-python3. Let's look at the primary source properly.
Since it is Ubuntu, please try it even if you are having trouble with Google Colab. me
pip install unidic-lite
mecab-python3 repository: https://github.com/SamuraiT/mecab-python3
Built with reference to this article: https://qiita.com/ekzemplaro/items/c98c7f6698f130b55d53
Recommended Posts