The goal of RmecabKo is providing Korean text analysis environment in R. Based on RcppMeCab
package, this package provides POS tagging, morphological analysis, sentiment dictionary, N-gram tokenizer, and more.
For instructions in Korean, refer to readme.rmd.
It is highly recommended to install RcppMeCab
package first. Please refer to RcppMeCab.
install.packages("RmecabKo") # 0.1.6.2, uses own POS analyzing function
# developmental version
install.packages("devtools")
devtools::install_github("junhewk/RmecabKo") # 0.1.7.0, imports RcppMeCab package
Junhewk Kim ([email protected])