-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json.example
41 lines (41 loc) · 1.31 KB
/
config.json.example
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
{
"general": {
"encoding": "utf-16",
"target": "windows",
"concordance_mode": "concordance_width",
"parser_output": "output.txt",
"report_input": "output.txt",
"report_output": "report.csv",
"citations": 25,
"select_citation_method": "top",
"prepfile": "prepare.txt",
"errorsfile": "encoding_errors.txt",
"partitions": 10,
"citation_format": "{0}"
},
"concordance": {
"regex_escape_chars": "?.*$+()[]^|",
"regex_is_char": "[\\w'\\-]",
"regex_start_right_concordance": "{0}\\s*{1}\\s*",
"regex_start_right_one_token_concordance": "{0}\\s*{1}",
"regex_end_left_concordance": "{0}\\s*{1}",
"regex_end_right_concordance": "{0}",
"regex_other_concordance": "{0}\\s*"
},
"concordance_width": {
"width": 100
},
"concordance_sentences": {
"sentences": 1
},
"pickle_report": {
"pickle_file_name": "word_lists.pickled",
"word_list_folder": "base_word_lists",
"proper_noun_file": "properNouns.txt",
"pattern": "basewrd{0}.txt",
"number_of_lists": 25,
"regex_extract_list_word": "[\\w']+",
"regex_is_word": "^(?=([^']*[\\w]')?[^\\W]+$).{1,}$",
"difficulty_threshold": 0.95
}
}