Package: polmineR
Type: Package
Title: Verbs and Nouns for Corpus Analysis
Version: 0.8.5
Date: 2020-09-22
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")
  )
Depends: R (>= 3.5.0)
Imports: methods, data.table (>= 1.12.2), slam, Matrix, tm, DT, xml2,
        stringi, utils, jsonlite, parallel, pbapply, RcppCWB (>=
        0.2.2), magrittr, knitr
Suggests: markdown, rmarkdown, htmltools (>= 0.4.0), highlight,
        sendmailR, shiny, shinythemes, miniUI, rhandsontable, testthat,
        tidytext, covr, igraph, NLP, httr, protolite, curl
VignetteBuilder: knitr
LazyData: yes
Description: Package for corpus analysis using the Corpus Workbench 
    ('CWB', <http://cwb.sourceforge.net/>) 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' 'make_region_matrix.R' 'as.speeches.R'
        'blapply.R' 'coerce.R' 'hits.R' 'cpos.R' 'dispersion.R'
        'dotplot.R' 'encoding.R' 'enrich.R' 'format.R' 'highlight.R'
        'html.R' 'info.R' 'means.R' 'noise.R' 'opencpu.R' 'phrases.R'
        'polmineR-defunct.R' 'regions.R' 'read.R' 'registry.R'
        'reindex.R' 'renamed.R' 's_attributes.R' 'size.R' 'split.R'
        'stats.R' 'store.R' 'templates.R' 'terms.R' 'token_stream.R'
        'tooltips.R' 'trim.R' 'type.R' 'use.R' 'utils.R' 'view.R'
        'weigh.R' 'zzz.R'
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-09-22 06:55:13 UTC; andreasblaette
Author: Andreas Blaette [aut, cre] (<https://orcid.org/0000-0001-8970-8010>),
  Christoph Leonhardt [ctb]
Maintainer: Andreas Blaette <andreas.blaette@uni-due.de>
Repository: CRAN
Date/Publication: 2020-09-22 07:20:03 UTC
Built: R 4.0.2; ; 2020-09-23 11:05:26 UTC; unix
