Skip to content

Instantly share code, notes, and snippets.

@tamuhey
Last active January 16, 2020 12:01
Show Gist options
  • Save tamuhey/5166a519cf8af5d1a0304258d61928f6 to your computer and use it in GitHub Desktop.
Save tamuhey/5166a519cf8af5d1a0304258d61928f6 to your computer and use it in GitHub Desktop.
mecab installation one-liner
pip install gdown --user
gdown https://drive.google.com/uc?id=0B4y35FiV1wh7cENtOXlicTFaRUE
gdown https://drive.google.com/uc?id=0B4y35FiV1wh7MWVlSDBCSXZMTXM
tar xzvf mecab-0.996.tar.gz
cd mecab-0.996
./configure
make
make check
sudo make install
tar zxfv mecab-ipadic-2.7.0-20070801.tar.gz
mecab-ipadic-2.7.0-20070801
./configure --with-charset=utf8
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment