Type: Package Package: gibasa Title: An Alternative 'Rcpp' Wrapper of 'MeCab' Version: 1.1.3 Authors@R: c( person("Akiru", "Kato", , "paithiov909@gmail.com", role = c("aut", "cre")), person("Shogo", "Ichinose", role = "aut"), person("Taku", "Kudo", role = "aut"), person("Jorge", "Nocedal", role = "ctb"), person("Nippon Telegraph and Telephone Corporation", role = "cph") ) Maintainer: Akiru Kato Description: A plain 'Rcpp' wrapper for 'MeCab' that can segment Chinese, Japanese, and Korean text into tokens. The main goal of this package is to provide an alternative to 'tidytext' using morphological analysis. License: GPL (>= 3) URL: https://github.com/paithiov909/gibasa BugReports: https://github.com/paithiov909/gibasa/issues Depends: R (>= 4.2) Imports: dplyr, Matrix, Rcpp, RcppParallel, readr, rlang (>= 0.4.11), stringi Suggests: roxygen2, testthat (>= 3.0.0), withr LinkingTo: Rcpp, RcppParallel Config/Needs/website: ggdendro, ggh4x, gghighlight, ggrepel, quanteda, quanteda.textmodels, quanteda.textstats, ca, tidytext, stringr, textrecipes, text2vec, tidymodels, xgboost, paithiov909/ldccr Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 SystemRequirements: GNU make, MeCab (libmecab-dev (deb), mecab-devel (rpm)) Config/pak/sysreqs: make libicu-dev libmecab-dev libx11-dev Repository: https://paithiov909.r-universe.dev Date/Publication: 2026-06-21 16:54:51 UTC RemoteUrl: https://github.com/paithiov909/gibasa RemoteRef: HEAD RemoteSha: fbb6f732fb21a9bae6b786faf0b15dde3dcc9f5b NeedsCompilation: yes Packaged: 2026-06-21 17:40:48 UTC; root Author: Akiru Kato [aut, cre], Shogo Ichinose [aut], Taku Kudo [aut], Jorge Nocedal [ctb], Nippon Telegraph and Telephone Corporation [cph]