Package: textdata Title: Download and Load Various Text Datasets Version: 0.4.5.9000 Authors@R: c( person("Emil", "Hvitfeldt", , "emilhhvitfeldt@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0679-1945")), person("Julia", "Silge", , "julia.silge@gmail.com", role = "ctb", comment = c(ORCID = "0000-0002-3671-836X")) ) Description: Provides a framework to download, parse, and store text datasets on the disk and load them when needed. Includes various sentiment lexicons and labeled text data sets for classification and analysis. License: MIT + file LICENSE URL: https://emilhvitfeldt.github.io/textdata/, https://github.com/EmilHvitfeldt/textdata BugReports: https://github.com/EmilHvitfeldt/textdata/issues Imports: fs, rappdirs, readr, tibble Suggests: covr, knitr, rmarkdown, testthat (>= 2.1.0) VignetteBuilder: knitr Encoding: UTF-8 RoxygenNote: 7.3.1.9000 Collate: 'cache_info.R' 'dataset_ag_news.R' 'dataset_dbpedia.R' 'dataset_imdb.R' 'dataset_sentence_polarity.R' 'dataset_trec.R' 'embedding_glove.R' 'lexicon_nrc_vad.R' 'lexicon_nrc_eil.R' 'lexicon_nrc.R' 'lexicon_bing.R' 'lexicon_loughran.R' 'lexicon_afinn.R' 'download_functions.R' 'info.R' 'load_dataset.R' 'printer.R' 'process_functions.R' 'textdata-package.R' Config/pak/sysreqs: cmake make libuv1-dev libx11-dev Repository: https://emilhvitfeldt.r-universe.dev Date/Publication: 2024-05-28 22:00:24 UTC RemoteUrl: https://github.com/emilhvitfeldt/textdata RemoteRef: HEAD RemoteSha: 7a99a97b4e7f30927bc5509d5dfaafd2aa8b58d6 NeedsCompilation: no Packaged: 2026-06-16 11:32:57 UTC; root Author: Emil Hvitfeldt [aut, cre] (ORCID: ), Julia Silge [ctb] (ORCID: ) Maintainer: Emil Hvitfeldt