Skip to content
Heewon Jeon(gogamza) edited this page Oct 28, 2016 · 4 revisions

INSTALL

To install from cran,

install.packages("KoNLP")

or from github

install.packages('devtools')
library(devtools)
install_github('haven-jeon/KoNLP')

NOTE : You can not execute some of functions if system doesn't have Hangul encoding ability. So, I recommend to use UTF-8 system encoding. but it works well on CP949, EUC-KR Windows system.

please check examples.

Clone this wiki locally