KoNLP

This package lets you do text mining with Korean morphological analyzer on R.

Some of Korean tutorials are on my blog, English pages are mainly on wiki.

To install from CRAN, use

install.packages('KoNLP')

To install from GitHub, use

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