-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
40 lines (40 loc) · 1.45 KB
/
DESCRIPTION
File metadata and controls
40 lines (40 loc) · 1.45 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
Type: Package
Package: idiolect
Title: Forensic Authorship Analysis
Version: 1.2.0.9000
Authors@R: c(
person("Andrea", "Nini", , "andrea.nini@manchester.ac.uk", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-4218-5130")),
person("David", "van Leeuwen", role = ("cph"),
comment = "Author of some bundled functions from package ROC")
)
Description: Carry out comparative authorship analysis of disputed and undisputed texts within the Likelihood Ratio Framework for expressing evidence in forensic science. This package contains implementations of well-known algorithms for comparative authorship analysis, such as Smith and Aldridge's (2011) Cosine Delta <doi:10.1080/09296174.2011.533591> or Koppel and Winter's (2014) Impostors Method <doi:10.1002/asi.22954>, as well as functions to measure their performance and to calibrate their outputs into Log-Likelihood Ratios.
License: GPL (>= 2)
URL: https://github.com/andreanini/idiolect, https://andreanini.github.io/idiolect/
BugReports: https://github.com/andreanini/idiolect/issues
Depends:
quanteda,
R (>= 4.1.0)
Imports:
caret,
dplyr,
fdrtool,
ggplot2,
kgrams,
pbapply,
pROC,
proxy,
quanteda.textstats,
spacyr,
stringr
Suggests:
knitr,
readtext,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr