-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
46 lines (46 loc) · 1.8 KB
/
Copy pathDESCRIPTION
File metadata and controls
46 lines (46 loc) · 1.8 KB
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
Package: quanteda.textstats
Version: 0.97.3
Title: Textual Statistics for the Quantitative Analysis of Textual Data
Description: Textual statistics functions formerly in the 'quanteda' package.
Textual statistics for characterizing and comparing textual data. Includes
functions for measuring term and document frequency, the co-occurrence of
words, similarity and distance between features and documents, feature entropy,
keyword occurrence, readability, and lexical diversity. These functions
extend the 'quanteda' package and are specially designed for sparse textual data.
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("Jiong Wei", "Lua", email = "J.W.Lua@lse.ac.uk", role = "aut"),
person("Jouni", "Kuha", email = "j.kuha@lse.ac.uk", role = "aut", comment = c(ORCID = "0000-0002-1156-8465")),
person("European Research Council", role = "fnd", comment = "ERC-2011-StG 283794-QUANTESS")
)
License: GPL-3
Depends:
R (>= 3.5.0)
Imports:
quanteda (>= 4.0.0),
Matrix (>= 1.5-0),
methods,
nsyllable,
proxyC (>= 0.1.4),
Rcpp (>= 0.12.12),
stringi
LinkingTo: Rcpp, RcppArmadillo (>= 0.7.600.1.0), quanteda
Suggests:
entropy,
ExPosition,
proxy,
rmarkdown,
spelling,
svs,
testthat,
knitr,
covr
URL: https://quanteda.io
Encoding: UTF-8
BugReports: https://github.com/quanteda/quanteda.textstats/issues
LazyData: TRUE
Language: en-GB
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)