Created
June 25, 2015 06:13
-
-
Save MizukiSonoko/e81988ff0952a59d4556 to your computer and use it in GitHub Desktop.
MeCab+ CaboCha install script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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