Package: RcppMeCab
Title: 'rcpp' Wrapper for 'mecab' Library
Version: 0.0.1.5
Authors@R: c(person("Junhewk", "Kim", role = c("aut", "cre"),
                    email = "junhewk.kim@gmail.com"),
             person("Taku", "Kudo", role = c("aut"),
                    email = "taku@chasen.org"),
             person("Akiru", "Kato", role = c("ctb")),
             person("Patrick", "Schratz", role = c("ctb")))
Description: R package based on 'Rcpp' for 'MeCab': Yet Another Part-of-Speech and Morphological Analyzer. 
    The purpose of this package is providing a seamless developing and analyzing environment for CJK texts.
    This package utilizes parallel programming for providing highly efficient text preprocessing 'posParallel()' function.
    For installation, please refer to README.md file.
Depends: R (>= 3.4.0)
License: GPL
Encoding: UTF-8
BugReports: https://github.com/junhewk/RcppMeCab/issues
RoxygenNote: 7.3.3
Language: en-US
LinkingTo: Rcpp, RcppParallel, BH
Imports: Rcpp, RcppParallel
Suggests: testthat, spelling
SystemRequirements: MeCab 0.996 or higher for Japanese (libmecab-dev
        (deb), mecab-devel (rpm)), mecab-ko 0.999
        (https://github.com/Pusnow/mecab-ko-msvc) for Korean
NeedsCompilation: yes
Packaged: 2026-03-24 05:41:08 UTC; jk
Author: Junhewk Kim [aut, cre],
  Taku Kudo [aut],
  Akiru Kato [ctb],
  Patrick Schratz [ctb]
Maintainer: Junhewk Kim <junhewk.kim@gmail.com>
Repository: CRAN
Date/Publication: 2026-03-24 06:00:02 UTC
Built: R 4.5.3; x86_64-w64-mingw32; 2026-04-23 18:32:51 UTC; windows
Archs: x64
