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) <arXiv:2305.19045>. 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
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
NeedsCompilation: yes
Packaged: 2023-06-08 19:03:16 UTC; shusei
Author: Shusei Eshima [aut, cre] (<https://orcid.org/0000-0003-3613-4046>),
  Naoki Yoshinaga [ctb]
Maintainer: Shusei Eshima <shuseieshima@gmail.com>
Repository: CRAN
Date/Publication: 2023-06-08 22:22:56 UTC
Built: R 4.2.0; x86_64-apple-darwin17.0; 2023-06-09 11:15:58 UTC; unix
Archs: RcppJagger.so.dSYM
