TIL/Linux
[Ubuntu] KoNLPy ์ค์น
Supported: Xenial(16.04.3 LTS), Bionic(18.04.3 LTS), Disco(19.04), Eoan(19.10) 1. Install dependencies # Install Java 1.8 or up $ sudo apt-get install g++ openjdk-8-jdk python3-dev python3-pip curl 2. Install KoNLPy $ python3 -m pip install --upgrade pip $ python3 -m pip install konlpy # Python 3.x 3.MeCab ์ค์นํ๊ธฐ (์ ํ์ฌํญ) $ sudo apt-get install curl git $ bash