-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.ini
50 lines (39 loc) · 1.31 KB
/
config.ini
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
[settings]
; Detailed documentation of the settings is available in the 'settings.md' file (for basic settings) and 'advanced.md' (for advanced settings).
; To use optional parameters, such as 'head' or 'compare', uncomment them by deleting the semi-colon in the beginning of the line.
; ************** BASIC SETTINGS (see settings.md) **************
;___GENERAL SETTINGS___
input = sample/en_ewt-ud-dev.conllu
output = sample/output.tsv
;___TREE SPECIFICATIONS___
node_type = upos
labeled = yes
label_subtypes = no
fixed = yes
;___TREE RESTRICTIONS___
size = 2-10000
;head = upos=NOUN
;ignored_labels = punct
;allowed_labels = nsubj|obj|obl
; ___SEARCH BY QUERY___
;query = _ >amod (_ >advmod _)
;___ADDITIONAL STATISTICS___
node_info = yes
association_measures = no
;compare = sample/fr_gsd-ud-dev.conllu
;___VISUALISATION___
example = no
grew_match = no
depsearch = no
;___OUTPUT THRESHOLD___
;frequency_threshold = 5
;max_lines = 100
; ************** ADVANCED SETTINGS (see advanced.md) **************
;internal_saves = ./internal_saves
;cpu_cores = 12
;continuation_processing = no
greedy_counter = yes
complete = yes
;processing_size = 1-7
;sentence_count_file = number_of_matched_trees_per_sentence.txt
;detailed_results_file = list_of_all_sentences_with_matched_trees.txt