Skip to content

RmecabKo: R wrapper for eunjeon project (mecab-ko)

Notifications You must be signed in to change notification settings

junhewk/RmecabKo

Repository files navigation

RmecabKo License CRAN Downloads

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.

Installation

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

Functions

Author

Junhewk Kim (junhewk.kim@gmail.com)

About

RmecabKo: R wrapper for eunjeon project (mecab-ko)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published