Skip to content

Instantly share code, notes, and snippets.

@int128
Created December 3, 2014 03:14
Show Gist options
  • Save int128/c1d04f24ff08021d7e0a to your computer and use it in GitHub Desktop.
Save int128/c1d04f24ff08021d7e0a to your computer and use it in GitHub Desktop.
How to install mecab

How to install mecab on Linux

Fetch sources.

  • mecab-0.996
  • mecab-ipadic-2.7.0-20070801

Make and install.

./configure --with-charset=utf-8
make clean all
sudo make install

Check.

mecab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment