-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
31 lines (31 loc) · 915 Bytes
/
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
Package: quanteda.dictionaries
Type: Package
Title: Dictionaries for Text Analysis and Associated Utilities
Version: 0.4
Authors@R: c(person("Kenneth", "Benoit", email = "kbenoit@lse.ac.uk", role =
c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-0797-564X")),
person("Stefan", "Müller", email = "mueller@ipz.uzh.ch", role = "aut",
comment = c(ORCID = "0000-0002-6315-4125")))
Description: Provides text analysis dictionaries and additional functionality
for their use in text analysis frameworks, especially quanteda.
License: MIT + file LICENSE
Depends:
R (>= 3.1.0)
Imports:
quanteda (>= 3.0),
stringi,
yaml
Suggests:
covr,
ggplot2,
knitr,
mgcv,
quanteda.textmodels,
rmarkdown,
testthat
BugReports: https://github.com/kbenoit/quanteda.dictionaries/issues
Encoding: UTF-8
LazyData: true
Language: en-GB
VignetteBuilder: knitr
RoxygenNote: 7.2.2