-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
133 lines (133 loc) · 2.81 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
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 = "[email protected]", comment = c(ORCID = "0000-0001-8970-8010")),
person("Christoph", "Leonhardt", role = "ctb"),
person("Marius", "Bertram", role = "ctb")
)
Depends:
R (>= 3.5.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', <https://cwb.sourceforge.io>) 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