Type: Package
Package: gibasa
Title: An Alternative 'Rcpp' Wrapper of 'MeCab'
Version: 1.1.2
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 <paithiov909@gmail.com>
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://paithiov909.github.io/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
RoxygenNote: 7.3.2
SystemRequirements: GNU make, MeCab (libmecab-dev (deb),
        mecab-devel(rpm))
NeedsCompilation: yes
Packaged: 2025-02-16 08:51:09 UTC; paithiov909
Author: Akiru Kato [aut, cre],
  Shogo Ichinose [aut],
  Taku Kudo [aut],
  Jorge Nocedal [ctb],
  Nippon Telegraph and Telephone Corporation [cph]
Repository: CRAN
Date/Publication: 2025-02-16 09:10:02 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-10-13 12:04:35 UTC; windows
Archs: x64
