Skip to content

Instantly share code, notes, and snippets.

@ikegami-yukino
Last active February 10, 2019 21:07
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 ikegami-yukino/aa1016d99e3d5cd7d433abb4dd3d2e58 to your computer and use it in GitHub Desktop.
Save ikegami-yukino/aa1016d99e3d5cd7d433abb4dd3d2e58 to your computer and use it in GitHub Desktop.
CaboChaとそのPythonバインディングを入れる
#!/usr/bin/sh
git clone --depth=1 -b patch https://github.com/humem/cabocha /tmp/cabocha
cd /tmp/cabocha
./configure --with-charset=utf8
make
make install
pip install git+https://github.com/taku910/cabocha.git#subdirectory=python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment