Skip to content

Instantly share code, notes, and snippets.

@MizukiSonoko
Created June 25, 2015 06:13
Show Gist options
  • Select an option

  • Save MizukiSonoko/e81988ff0952a59d4556 to your computer and use it in GitHub Desktop.

Select an option

Save MizukiSonoko/e81988ff0952a59d4556 to your computer and use it in GitHub Desktop.
MeCab+ CaboCha install script
tar xzvf CRF++-0.58.tar.gz
cd CRF++-0.58/
./configure --with-charset=UTF8 --with-posset=IPA
make -j20
sudo make install
curl http://cabocha.googlecode.com/files/cabocha-0.67.tar.bz2
tar -jxf cabocha-0.67.tar.bz2
cd cabocha-0.67/
sudo ldconfig
./configure --with-charset=UTF8 --with-posset=IPA
# Dangerous!! Use a machine with ability more than a c4.2xlarge.
make -j20
sudo make install
./configure --with-charset=UTF8 --with-posset=IPA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment