forked from quanteda/quanteda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
154 lines (154 loc) · 4.16 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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
Package: quanteda
Version: 3.2.1
Title: Quantitative Analysis of Textual Data
Description: A fast, flexible, and comprehensive framework for
quantitative text analysis in R. Provides functionality for corpus management,
creating and manipulating tokens and ngrams, exploring keywords in context,
forming and manipulating sparse matrices
of documents by features and feature co-occurrences, analyzing keywords, computing feature similarities and
distances, applying content dictionaries, applying supervised and unsupervised machine learning,
visually representing text and text analyses, and more.
Authors@R: c(
person("Kenneth", "Benoit", email = "kbenoit@lse.ac.uk", role = c("cre", "aut", "cph"), comment = c(ORCID = "0000-0002-0797-564X")),
person("Kohei", "Watanabe", email = "watanabe.kohei@gmail.com", role = "aut", comment = c(ORCID = "0000-0001-6519-5265")),
person("Haiyan", "Wang", email = "whyinsa@yahoo.com", role = "aut", comment = c(ORCID = "0000-0003-4992-4311")),
person("Paul", "Nulty", email = "paul.nulty@gmail.com", role = "aut", comment = c(ORCID = "0000-0002-7214-4666")),
person("Adam", "Obeng", email = "quanteda@binaryeagle.com", role = "aut", comment = c(ORCID = "0000-0002-2906-4775")),
person("Stefan", "Müller", email = "mullers@tcd.ie", role = "aut", comment = c(ORCID = "0000-0002-6315-4125")),
person("Akitaka", "Matsuo", email = "a.matsuo@lse.ac.uk", role = "aut", comment = c(ORCID = "0000-0002-3323-6330")),
person("William", "Lowe", email = "wlowe@princeton.edu", role = "aut", comment = c(ORCID = "0000-0002-1549-6163")),
person("Christian", "Müller", email = "C.Mueller@lse.ac.uk", role = "ctb"),
person("European Research Council", role = "fnd", comment = "ERC-2011-StG 283794-QUANTESS")
)
License: GPL-3
Depends:
R (>= 3.5.0),
methods
Imports:
fastmatch,
magrittr,
Matrix (>= 1.2),
Rcpp (>= 0.12.12),
RcppParallel,
SnowballC,
stopwords,
stringi,
xml2,
yaml
LinkingTo: Rcpp, RcppParallel, RcppArmadillo (>= 0.7.600.1.0)
Suggests:
rmarkdown,
spelling,
testthat,
formatR,
tm (>= 0.6),
tokenizers,
knitr,
lda,
lsa,
dplyr,
purrr,
quanteda.textmodels,
quanteda.textstats,
quanteda.textplots,
RColorBrewer,
slam,
spacyr,
stm,
text2vec,
topicmodels,
jsonlite,
quanteda,
tibble,
tidytext,
xtable,
ggplot2
URL: https://quanteda.io
Encoding: UTF-8
BugReports: https://github.com/quanteda/quanteda/issues
LazyData: TRUE
VignetteBuilder: knitr
Language: en-GB
RoxygenNote: 7.1.2
SystemRequirements: C++11
Roxygen: list(markdown = TRUE)
Collate:
'RcppExports.R'
'meta.R'
'quanteda-documentation.R'
'aaa.R'
'bootstrap_dfm.R'
'casechange-functions.R'
'char_select.R'
'convert.R'
'corpus-addsummary-metadata.R'
'corpus-methods.R'
'corpus.R'
'corpus_group.R'
'corpus_reshape.R'
'corpus_sample.R'
'corpus_segment.R'
'corpus_subset.R'
'corpus_trim.R'
'data-documentation.R'
'dfm-classes.R'
'dfm-methods.R'
'dfm-print.R'
'dfm-subsetting.R'
'dfm.R'
'dfm_compress.R'
'dfm_group.R'
'dfm_lookup.R'
'dfm_match.R'
'dfm_replace.R'
'dfm_sample.R'
'dfm_select.R'
'dfm_sort.R'
'dfm_subset.R'
'dfm_trim.R'
'dfm_weight.R'
'dictionaries.R'
'dimnames.R'
'fcm-classes.R'
'docnames.R'
'docvars.R'
'fcm-methods.R'
'fcm-print.R'
'fcm-subsetting.R'
'fcm.R'
'fcm_select.R'
'index.R'
'kwic.R'
'message.R'
'nfunctions.R'
'object-builder.R'
'object2fixed.R'
'pattern2fixed.R'
'phrases.R'
'quanteda_options.R'
'readtext-methods.R'
'spacyr-methods.R'
'stopwords.R'
'summary.R'
'textmodel.R'
'textplot.R'
'texts.R'
'textstat.R'
'tokenizers.R'
'tokens-methods.R'
'tokens.R'
'tokens_chunk.R'
'tokens_compound.R'
'tokens_group.R'
'tokens_lookup.R'
'tokens_ngrams.R'
'tokens_replace.R'
'tokens_sample.R'
'tokens_segment.R'
'tokens_select.R'
'tokens_split.R'
'tokens_subset.R'
'utils.R'
'validator.R'
'wordstem.R'
'zzz.R'