Installation

Linux/Mac OS

$ pip install JPype1
$ pip install konlpy
$ bash <(curl -s https://raw.githubusercontent.com/e9t/konlpy/master/scripts/mecab.sh) # (Optional) Install MeCab

Windows

  1. Download and install jpype [1]
  2. From the command prompt, install KoNLPy.
C:\> pip install konlpy
  1. (Optional) Download, extract [2], and install the most recent version of MeCab from the following links:

[1]win-amd64 for 64-bit Windows, win32 for 32-bit Windows.
[2]Having MinGW/MSYS or Cygwin installed may be more convenient. Otherwise, you can use 7zip for the extraction of tar files.
Fork me on GitHub

Table Of Contents

Related Topics