Skip to content

Instantly share code, notes, and snippets.

@j-min
Last active September 30, 2016 06:30
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 j-min/a58f46b2c818aad28ada791d6d5f0c29 to your computer and use it in GitHub Desktop.
Save j-min/a58f46b2c818aad28ada791d6d5f0c29 to your computer and use it in GitHub Desktop.
KoNLPy Install (Ubuntu & Python 2)
# Reference: http://konlpy.org/en/v0.4.4/install/#ubuntu
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install g++ openjdk-7-jdk python-dev python3-dev --fix-missing
sudo pip install JPype1
sudo pip install konlpy
sudo apt-get install curl
bash <(curl -s https://raw.githubusercontent.com/konlpy/konlpy/master/scripts/mecab.sh)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment