Package: polmineR
Type: Package
Title: Toolkit for Corpus Analysis
Version: 0.7.8
Date: 2018-05-15
Authors@R: c(person("Andreas", "Blaette", role = c("aut", "cre"), email = "andreas.blaette@uni-due.de"))
Imports: methods, R6, data.table, slam, Matrix, tm, DT, xml2, stringi,
        utils, jsonlite, parallel, pbapply, RcppCWB (>= 0.2.2)
Suggests: markdown, htmltools, xlsx, sendmailR, knitr, shiny,
        shinythemes, testthat, tidytext, magrittr
VignetteBuilder: knitr
LazyData: yes
Description: Library for corpus analysis using the Corpus Workbench as an
    efficient back end for indexing and querying large corpora. The package offers
    functionality to flexibly create partitions 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://www.github.com/PolMine/polmineR
Collate: 'CQI.R' 'CQI.cqpserver.R' 'Corpus_class.R' 'Labels.R'
        'TermDocumentMatrix_methods.R' 'TokenStream_class.R'
        'adjustEncoding_method.R' 'generics.R' 'textstat_class.R'
        'polmineR_package.R' 'count_class.R' 'partition_class.R'
        'aggregate_method.R' 'bundle_class.R' 'features_class.R'
        'context_class.R' 'partitionBundle_class.R'
        'as.DocumentTermMatrix_method.R' 'as.VCorpus_method.R'
        'as.markdown_method.R' 'contextBundle_class.R'
        'cooccurrences_class.R' 'as.sparseMatrix_method.R'
        'as.speeches_method.R' 'blapply_method.R' 'kwic_method.R'
        'kwic_class.R' 'browse_method.R' 'chisquare_method.R'
        'context_method.R' 'cooccurrences_method.R' 'corpus_method.R'
        'count_method.R' 'hits_class.R' 'tempcorpus.R' 'cpos_method.R'
        'decode_method.R' 'dispersion_method.R' 'dotplot_method.R'
        'encoding_method.R' 'enrich_method.R' 'ngrams_method.R'
        'features_method.R' 'getEncoding_method.R' 'getTerms_method.R'
        'regions_class.R' 'getTokenStream_method.R'
        'highlight_method.R' 'html_method.R' 'html_methods.R'
        'label_method.R' 'll_method.R' 'mail_method.R' 'means_method.R'
        'noise_method.R' 'pAttributes_method.R'
        'partitionBundle_method.R' 'sAttributes2cpos_method.R'
        'partition_method.R' 'plot_method.R' 'pmi_method.R'
        'read_method.R' 'registry.R' 'reindex_method.R'
        'sAttributes_method.R' 'size_method.R' 'tTest.R'
        'templates_method.R' 'terms_method.R' 'tooltips_method.R'
        'trim_method.R' 'use_function.R' 'utils.R' 'view_method.R'
        'weigh_method.R' 'zzz.R'
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-05-15 19:52:35 UTC; blaette
Author: Andreas Blaette [aut, cre]
Maintainer: Andreas Blaette <andreas.blaette@uni-due.de>
Repository: CRAN
Date/Publication: 2018-05-15 20:24:41 UTC
