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 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 Repository: https://vgherard.r-universe.dev Date/Publication: 2024-11-13 08:22:45 UTC RemoteUrl: https://github.com/vgherard/kgrams RemoteRef: v0.2.1 RemoteSha: bf86cee71acc90aa00fd5d570cebebc293359486 NeedsCompilation: yes Packaged: 2026-07-03 19:07:39 UTC; root Author: Valerio Gherardi [aut, cre] (ORCID: ) Maintainer: Valerio Gherardi