Package: RcppMeCab
Title: 'rcpp' Wrapper for 'mecab' Library
Version: 0.0.1.2
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"))
Author: Junhewk Kim [aut, cre],
  Taku Kudo [aut]
Maintainer: Junhewk Kim <junhewk.kim@gmail.com>
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
LazyData: true
BugReports: https://github.com/junhewk/RcppMeCab/issues
LinkingTo: Rcpp, RcppParallel, BH
Imports: Rcpp, RcppParallel
SystemRequirements: MeCab 0.996 (or mecab-ko 0.9.2) or higher, GNU make
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2018-07-03 21:25:09 UTC; jk
Repository: CRAN
Date/Publication: 2018-07-04 16:40:03 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-11-01 02:41:51 UTC; windows
Archs: x64
