-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 1.01 KB
/
DESCRIPTION
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
30
31
32
33
34
35
36
Package: kgrams
Title: Classical k-gram Language Models
Version: 0.2.1
Authors@R:
person(given = "Valerio",
family = "Gherardi",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8215-3013"))
Description:
Training and evaluating k-gram language models in R,
supporting several probability smoothing techniques,
perplexity computations, random text generation and more.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE, roclets = c ("namespace", "rd"))
RoxygenNote: 7.3.2
LinkingTo:
Rcpp, RcppProgress
Imports:
Rcpp, rlang, methods, utils, RcppProgress (>= 0.1), Rdpack
Depends:
R (>= 4.0)
Suggests:
testthat (>= 3.0.0),
covr,
knitr,
rmarkdown,
tibble
Config/testthat/edition: 3
RdMacros: Rdpack
VignetteBuilder: knitr
URL: https://vgherard.github.io/kgrams/,
https://github.com/vgherard/kgrams
BugReports: https://github.com/vgherard/kgrams/issues