Skip to content

junhewk/RmecabKo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 ([email protected])

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors