-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.properties
30 lines (19 loc) · 1.34 KB
/
config.properties
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
# ---------------------------------- Paths Config (Must be set correctly by user) -----------------------------
dataset_path=/Users/John/Documents/GitHub/data/CityDBpedia.nt
resources_path=/Users/John/Documents/GitHub/qse/src/main/resources
output_file_path=/Users/John/Documents/GitHub/qse/Output/TEMP/
# ---------------------------------- Default QSE Config (User can update as per requirement)-----------------------------
expected_number_classes=100
expected_number_of_lines=10000000
# If set to true, then please specify the list of classes in file available at /qse/config/pruning/classes.txt and correct the path for config_dir_path parameter below
qse_specific_classes=false
config_dir_path=/Users/John/Documents/GitHub/qse/config/
# default instance type property is rdf:type
instance_type_property=<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
# enable this if your graph is WikiData
#instance_type_property=<http://www.wikidata.org/prop/direct/P31>
# annotate shapes with support and confidence
annotateSupportConfidence=true
# ---------------------------------- Pruning Thresholds (Support and Confidence) -----------------------------
# 1st parameter is confidence and 2nd is support. So for more parameters, you can append the list with more pairs lie (0.25,150) etc. Please do not use spaces in this list.
pruning_thresholds={(0.1,100),(0.2,200)}