Package: grafzahl Title: Supervised Machine Learning for Textual Data Using Transformers and 'Quanteda' Version: 0.0.12 Authors@R: person("Chung-hong", "Chan", , "chainsawtiney@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6232-7530")) Description: Duct tape the 'quanteda' ecosystem (Benoit et al., 2018) to modern Transformer-based text classification models (Wolf et al., 2020) , in order to facilitate supervised machine learning for textual data. This package mimics the behaviors of 'quanteda.textmodels' and provides a function to setup the 'Python' environment to use the pretrained models from 'Hugging Face' . More information: . License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 URL: https://gesistsa.github.io/grafzahl/, https://github.com/gesistsa/grafzahl BugReports: https://github.com/gesistsa/grafzahl/issues Suggests: knitr, quanteda.textmodels, rmarkdown, testthat (>= 3.0.0), withr Config/testthat/edition: 3 Imports: jsonlite, lime, quanteda, reticulate, utils, stats LazyData: true Depends: R (>= 3.5) VignetteBuilder: knitr Config/Needs/website: gesistsa/tsatemplate Config/pak/sysreqs: libicu-dev libpng-dev libxml2-dev python3 Repository: https://gesistsa.r-universe.dev Date/Publication: 2025-09-02 11:50:44 UTC RemoteUrl: https://github.com/gesistsa/grafzahl RemoteRef: HEAD RemoteSha: 904066193116b1e0646640d432a0c15a10da5c8d NeedsCompilation: no Packaged: 2026-06-01 08:01:52 UTC; root Author: Chung-hong Chan [aut, cre] (ORCID: ) Maintainer: Chung-hong Chan