Team 15; SKKU Artificial Intelligence Project (SWE3032-41)
- konlpy==0.5.2
Installation on Ubuntu Linux Ref
$ sudo apt-get install g++ openjdk-7-jdk # Install Java 1.7+
$ sudo apt-get install python-dev; pip install konlpy # Python 2.x
$ sudo apt-get install python3-dev; pip3 install konlpy # Python 3.x
$ sudo apt-get install curl
$ bash <(curl -s https://raw.githubusercontent.com/konlpy/konlpy/master/scripts/mecab.sh)
pip install -r requirements.txt