-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 1.13 KB
/
DESCRIPTION
File metadata and controls
29 lines (29 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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
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