-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 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
Package: disambr
Title: disambr - Named Entity Disambiguation in R
Version: 0.0.0.9000
Date: 2022-08-05
Authors@R: c(
person(c("Stanislav", "A."), "Vlasov", , "[email protected]", role = c("aut", "cre")),
person(c("Olmo", "R."), "van den Akker", , "[email protected]", role = "aut"),
person("Sacha", "Epskamp", , "[email protected]", role = "aut")
)
Description: disambr - Named Entity Disambiguation in R
License: LGPL (>= 3)
URL: https://github.com/stasvlasov/disambr
BugReports: https://github.com/stasvlasov/disambr/issues
Depends:
R (>= 4.0)
Imports:
data.table (>= 1.13.0),
parallel (>= 4.0.0),
pbapply (>= 1.5.0),
stringdist (>= 0.9.0),
stringi (>= 1.6.0)
Suggests:
crayon,
tinytest
Encoding: UTF-8
References: This research was supported (in part) by the Fetzer Franklin
Fund of the John E. Fetzer Memorial Trust. The EVA disambiguation
algorithm is described in van den Akker, O. R., Epskamp, Sacha, &
Vlasov, S. A. (2020). The AEV Algorithm—Author name disambiguation for
large Web of Science datasets.
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0