-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
68 lines (33 loc) · 1.26 KB
/
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
[project]
fullname = "Corpus of Resolutions: UN Security Council"
shortname = "CR-UNSC"
author = "Seán Fobbe, Lorenzo Gasbarri and Niccoló Ridi"
[license]
data = "Creative Commons Zero 1.0 Universal"
code = "GNU GPL v3"
[doi] # Digital Object Identifier
data.concept = "10.5281/zenodo.7319780"
data.version = "10.5281/zenodo.11212056"
software.concept = "10.5281/zenodo.7319783"
software.version = "10.5281/zenodo.11212057"
[debug]
toggle = false # true/false - whether to activate debuging mode
sample = 100 # integer - number of resolutions to randomly sample
cleanrun = false # Deletes all intermediate and final results before a run. This setting is independent from the debugging toggle!
[cores] # Parallelization
max = true # use all cores on system
number = 8 # only used if max = false
tesseract = 4 # only used if max = false; tesseract uses 3-4 cores per job
[parallel] # Parallelization
extractPDF = true
lingsummarize = true
multihashes = true
[download]
resmax = 2722 # Maximum resolution number to download
timeout = 600 # Timeout for downloads
[quanteda]
tokens_locale = "en_US"
[fig] # Knitr
format = [ "pdf", "png" ] # Output format of figures
dpi = 300 # Resolution of figures
align = "center" # Alignment of figures