RcppMeCab: 'rcpp' Wrapper for 'mecab' Library

R package based on 'Rcpp' for 'MeCab': Yet Another Part-of-Speech and Morphological Analyzer. It provides install-time engine profiles and dictionaries for Japanese, Korean, and Mandarin Chinese text. Runtime dictionary selection does not change the installed engine. This package utilizes parallel programming for providing highly efficient text preprocessing 'posParallel()' function. For installation, please refer to README.md file.

Version: 0.0.1.7
Depends: R (≥ 3.4.0)
Imports: Rcpp, RcppParallel
LinkingTo: Rcpp, RcppParallel, BH
Suggests: testthat, spelling
Published: 2026-07-13
DOI: 10.32614/CRAN.package.RcppMeCab
Author: Junhewk Kim [aut, cre], Taku Kudo [aut], Akiru Kato [ctb], Patrick Schratz [ctb]
Maintainer: Junhewk Kim <junhewk.kim at gmail.com>
BugReports: https://github.com/junhewk/RcppMeCab/issues
License: GPL-2 | GPL-3 [expanded from: GPL]
Copyright: see file COPYRIGHTS
NeedsCompilation: yes
SystemRequirements: MeCab 0.996 or higher for Japanese and Chinese (libmecab-dev (deb), mecab-devel (rpm)), mecab-jieba 0.1.1 for Mandarin Chinese (https://github.com/lindera/mecab-jieba), mecab-ko 0.999 (https://github.com/Pusnow/mecab-ko-msvc) for Korean
Language: en-US
Materials: README, NEWS
CRAN checks: RcppMeCab results

Documentation:

Reference manual: RcppMeCab.html , RcppMeCab.pdf

Downloads:

Package source: RcppMeCab_0.0.1.7.tar.gz
Windows binaries: r-devel: RcppMeCab_0.0.1.6.zip, r-release: RcppMeCab_0.0.1.5.zip, r-oldrel: RcppMeCab_0.0.1.5.zip
macOS binaries: r-release (arm64): RcppMeCab_0.0.1.7.tgz, r-oldrel (arm64): RcppMeCab_0.0.1.7.tgz, r-release (x86_64): RcppMeCab_0.0.1.7.tgz, r-oldrel (x86_64): RcppMeCab_0.0.1.7.tgz
Old sources: RcppMeCab archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=RcppMeCab to link to this page.