Package: kgrams
Title: Classical k-gram Language Models
Version: 0.2.1
Authors@R: 
    person(given = "Valerio",
           family = "Gherardi",
           role = c("aut", "cre"),
           email = "vgherard840@gmail.com",
           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
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
NeedsCompilation: yes
Packaged: 2024-11-13 08:32:05 UTC; Valerio
Author: Valerio Gherardi [aut, cre] (<https://orcid.org/0000-0002-8215-3013>)
Maintainer: Valerio Gherardi <vgherard840@gmail.com>
Repository: CRAN
Date/Publication: 2024-11-13 09:10:02 UTC
