Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 620 Bytes

File metadata and controls

23 lines (18 loc) · 620 Bytes

Sentiment-chatbot

Team 15; SKKU Artificial Intelligence Project (SWE3032-41)

Requirements

Dependencies

  • konlpy==0.5.2

KoNLPy

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)

Others

pip install -r requirements.txt