Skip to content

Instantly share code, notes, and snippets.

@ochilab
Created September 30, 2023 07:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ochilab/0c363fc3d529ce7844ac4484c3ac2c58 to your computer and use it in GitHub Desktop.
Save ochilab/0c363fc3d529ce7844ac4484c3ac2c58 to your computer and use it in GitHub Desktop.
ColaboratoryにMecabを入れる初期設定
### MeCabと辞書をインストール
!sudo apt install mecab
!sudo apt install libmecab-dev
!sudo apt install mecab-ipadic-utf8
### 辞書を使える場所に移す
!mv /etc/mecabrc /usr/local/etc/
### Mecabライブラリのインストール
!pip3 install mecab-python3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment