Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 804 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 804 Bytes

KoNLP

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

  • Interfacing with opensource Hannanum analyzer.
  • Some twiks are applied on Hannanum analyzer for bigger or flexible user dictionary for Sejong project.
  • Many other functions for Korean text analysis like keystroke conversion, is.jamo, is.hangul, Hangul antomata...

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')