-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig-default.ini
More file actions
39 lines (32 loc) · 865 Bytes
/
config-default.ini
File metadata and controls
39 lines (32 loc) · 865 Bytes
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
[general]
use_dump = True
[wikipedia_pattern_extractor]
randomize = False
relation_types_limit = 50
facts_limit = 2000 ; per relation type
perform_tests = False
replace_redirects = False
type_learning = True
threads = 48
relation_types = birthPlace ; leave blank if any relation type may be learned
[pattern_cleaner]
least_threshold_types = 1 ; < 1 means dynamic
least_threshold_words = 2 ; < 1 means dynamic
[type_learner]
facts_limit = 0 ; 0 means all
[type_cleaner]
subject_minimum = 0.05 ; < 1 means dynamic
object_minimum = 0.05 ; < 1 means dynamic
[fact_extractor]
randomize = False
articles_limit = 5000
match_threshold = 0.5
type_matching = True
allow_unknown_entity_types = True
threads = 48
[pattern_testing]
randomize = False
facts_limit = 100 ; per relation type
[logging]
warnings = False
errors = False