generated from datalab-dev/template_project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
46 lines (46 loc) · 1.12 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
Package: textNet
Title: Generate semantic networks from unstructured policy documents
Version: 1.0.0
Authors@R:
c(
person(given = "Elise",
family = "Zufall",
role = c("aut"),
email = "[email protected]"),
person(given = "Tyler",
family = "Scott",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4214-5895"))
)
Description:
textNet is an R package that provides an interface for using spacyr to generate extract relational data from large policy documents (e.g., plans, rule proposals, impact assessments) and represent these data as a semantic network.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
magrittr,
dplyr,
stringr,
stringi,
network,
tidyr,
pbapply,
data.table (>= 1.14.8),
igraph,
sna,
pdftools,
ohenery,
R.utils,
methods,
xml2
Suggests:
reticulate,
spacyr,
rmarkdown (>= 2.21),
knitr (>= 1.42)
VignetteBuilder: knitr
Depends:
R (>= 3.5.0)