-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
74 lines (34 loc) · 1001 Bytes
/
config.toml
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[project]
fullname = "Corpus of Decisions: International Court of Justice"
shortname = "CD-ICJ"
author = "Seán Fobbe"
[license]
data = "Creative Commons Zero 1.0 Universal"
code = "GNU GPL v3"
[doi] # Digital Object Identifier (DOI)
data.concept = "10.5281/zenodo.3826444" # do not change
data.version = "10.5281/zenodo.10030647" # checked
software.concept = "10.5281/zenodo.3977176" # do not change
software.version = "10.5281/zenodo.10030648" # checked
[caseno] # Scope
begin = 1
end = 193
exclude = 2
[debug]
toggle = false
sample = 3
[cores]
max = true # Whether to use maximum number of cores
number = 8 # Only if cores.max = false: number of cores to use.
[ocr]
dpi = 300
[download]
timeout = 600 # Download Timeout
[fig] # Knitr
format = [ "pdf", "png" ] # Figures: Output Format
dpi = 300 # Figures: Resolution
align = "center" # Figures: Alignment in Reports
[freqvar] # Frequency Tables
ignore = ["date",
"doc_id",
"text"]