Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
man
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

readme.md

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

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.