Package: polmineR Type: Package Title: Verbs and Nouns for Corpus Analysis Version: 0.8.9 Date: 2023-10-29 Authors@R: c( person("Andreas", "Blaette", role = c("aut", "cre"), email = "andreas.blaette@uni-due.de", comment = c(ORCID = "0000-0001-8970-8010")), person("Christoph", "Leonhardt", role = "ctb"), person("Marius", "Bertram", role = "ctb") ) Depends: R (>= 4.1.0) Imports: methods, data.table (>= 1.12.2), fs, slam, Matrix, tm, DT, xml2, stringi, utils, jsonlite, parallel, pbapply, RcppCWB (>= 0.6.2), magrittr, knitr, lifecycle, rlang, cli Suggests: markdown (>= 1.5), rmarkdown, htmltools (>= 0.4.0), highlight, sendmailR, shiny, shinythemes, shinyjs, miniUI, rhandsontable, testthat, tidytext, covr, igraph, NLP, httr, protolite, curl VignetteBuilder: knitr Description: Package for corpus analysis using the Corpus Workbench ('CWB', ) as an efficient back end for indexing and querying large corpora. The package offers functionality to flexibly create subcorpora and to carry out basic statistical operations (count, co-occurrences etc.). The original full text of documents can be reconstructed and inspected at any time. Beyond that, the package is intended to serve as an interface to packages implementing advanced statistical procedures. Respective data structures (document-term matrices, term-co-occurrence matrices etc.) can be created based on the indexed corpora. BugReports: https://github.com/PolMine/polmineR/issues Biarch: true License: GPL-3 URL: https://github.com/PolMine/polmineR Encoding: UTF-8 Collate: 'polmineR.R' 'S4classes.R' 'p_attributes.R' 'textstat.R' 'bundle.R' 'corpus.R' 'count.R' 'partition.R' 'partition_bundle.R' 'ngrams.R' 'features.R' 'context.R' 'TermDocumentMatrix.R' 'annotations.R' 'as.VCorpus.R' 'as.markdown.R' 'kwic.R' 'decode.R' 'cooccurrences.R' 'as.sparseMatrix.R' 'as.speeches.R' 'blapply.R' 'coerce.R' 'hits.R' 'cpos.R' 'dispersion.R' 'dotplot.R' 'encoding.R' 'enrich.R' 'format.R' 'highlight.R' 'href.R' 'html.R' 'info.R' 'means.R' 'noise.R' 'opencpu.R' 'phrases.R' 'polmineR-defunct.R' 'ranges.R' 'regions.R' 'read.R' 'registry.R' 'reindex.R' 'renamed.R' 'restore.R' 's_attributes.R' 'size.R' 'split.R' 'stats.R' 'subset.R' 'templates.R' 'terms.R' 'token_stream.R' 'tooltips.R' 'tree_structure.R' 'trim.R' 'type.R' 'use.R' 'utils.R' 'view.R' 'weigh.R' 'zzz.R' Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Config/testthat/edition: 3 Config/pak/sysreqs: cmake libglib2.0-dev make libicu-dev libuv1-dev libxml2-dev Repository: https://polmine.r-universe.dev Date/Publication: 2023-10-29 21:34:00 UTC RemoteUrl: https://github.com/polmine/polminer RemoteRef: HEAD RemoteSha: 842d4a68540dc8006d851268af6efd2ad681877a NeedsCompilation: no Packaged: 2026-07-03 23:40:52 UTC; root Author: Andreas Blaette [aut, cre] (ORCID: ), Christoph Leonhardt [ctb], Marius Bertram [ctb] Maintainer: Andreas Blaette