A wrapper for Jagger, a morphological analyzer proposed in Yoshinaga (2023) <doi:10.48550/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.
Version: | 0.0.2 |
Depends: | R (≥ 4.0) |
Imports: | cli (≥ 3.6.1), purrr (≥ 1.0.0), Rcpp (≥ 1.0.7), rlang (≥ 1.1.0) |
LinkingTo: | Rcpp |
Suggests: | dplyr (≥ 1.1.0), testthat (≥ 3.1.5), tibble |
Published: | 2023-06-08 |
DOI: | 10.32614/CRAN.package.RcppJagger |
Author: | Shusei Eshima [aut, cre], Naoki Yoshinaga [ctb] |
Maintainer: | Shusei Eshima <shuseieshima at gmail.com> |
BugReports: | https://github.com/Shusei-E/RcppJagger/issues |
License: | GPL-2 |
URL: | https://shusei-e.github.io/RcppJagger/, https://www.tkl.iis.u-tokyo.ac.jp/~ynaga/jagger/index.en.html |
NeedsCompilation: | yes |
SystemRequirements: | C++17 |
Materials: | NEWS |
CRAN checks: | RcppJagger results |
Reference manual: | RcppJagger.pdf |
Package source: | RcppJagger_0.0.2.tar.gz |
Windows binaries: | r-devel: RcppJagger_0.0.2.zip, r-release: RcppJagger_0.0.2.zip, r-oldrel: RcppJagger_0.0.2.zip |
macOS binaries: | r-release (arm64): RcppJagger_0.0.2.tgz, r-oldrel (arm64): RcppJagger_0.0.2.tgz, r-release (x86_64): RcppJagger_0.0.2.tgz, r-oldrel (x86_64): RcppJagger_0.0.2.tgz |
Old sources: | RcppJagger archive |
Please use the canonical form https://CRAN.R-project.org/package=RcppJagger to link to this page.