Package: RcppJagger Title: An R Wrapper for Jagger Version: 0.0.2 Authors@R: c( person("Shusei", "Eshima", email = "shuseieshima@gmail.com", role = c("aut","cre"), comment = c(ORCID = "0000-0003-3613-4046")), person("Naoki", "Yoshinaga", role = c("ctb")) ) Description: A wrapper for Jagger, a morphological analyzer proposed in Yoshinaga (2023) . Jagger uses patterns derived from morphological dictionaries and training data sets and applies them from the beginning of the input. This simultaneous and deterministic process enables it to effectively perform tokenization, POS tagging, and lemmatization. License: GPL-2 Depends: R (>= 4.0) Encoding: UTF-8 SystemRequirements: C++17 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 URL: https://shusei-e.github.io/RcppJagger/, https://www.tkl.iis.u-tokyo.ac.jp/~ynaga/jagger/index.en.html BugReports: https://github.com/Shusei-E/RcppJagger/issues LinkingTo: Rcpp Imports: cli (>= 3.6.1), purrr (>= 1.0.0), Rcpp (>= 1.0.7), rlang (>= 1.1.0) Suggests: dplyr (>= 1.1.0), testthat (>= 3.1.5), tibble Config/testthat/edition: 3 LazyData: TRUE Repository: https://shusei-e.r-universe.dev Date/Publication: 2023-07-15 02:35:18 UTC RemoteUrl: https://github.com/shusei-e/rcppjagger RemoteRef: HEAD RemoteSha: b5fd958cfb730267bc00cdf49806212f77d6c2f8 NeedsCompilation: yes Packaged: 2026-06-23 09:25:44 UTC; root Author: Shusei Eshima [aut, cre] (ORCID: ), Naoki Yoshinaga [ctb] Maintainer: Shusei Eshima