-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathapplication.nl.conf
More file actions
42 lines (41 loc) · 1.4 KB
/
Copy pathapplication.nl.conf
File metadata and controls
42 lines (41 loc) · 1.4 KB
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
LHD {
output.dir = "../data/output"
datasets.dir = "../data/datasets"
lang = "nl"
dbpedia.version = ${LHD_DBPEDIA_VERSION}
HypernymExtractor {
index-dir = "../data/index"
wiki-api = "https://nl.wikipedia.org/w/"
gate {
dir = "../utils/gate-8.0-build4825-BIN"
plugin-lhd-dir = "../HypernymExtractor/target/gateplugin"
jape-grammar = "../data/grammar/nl_hearst.jape"
}
memcached {
address = "127.0.0.1"
port = 11211
}
corpus-size-per-thread = 10000
}
OntologyCleanup {
index-dir = "../data/index"
manualmapping {
overridetypes-path = "../data/datasets/override-types_en"
excludetypes-path = "../data/datasets/exclude-types"
}
}
TypeInferrer {
index-dir = "../data/index"
}
Downloader {
manual = true
ontology-url = ${LHD_ONTOLOGY_URL}
instance-types-url = ${LHD_INSTANCE_TYPES_URL}
instance-types-en-url = ${LHD_INSTANCE_TYPES_EN_URL}
instance-types-transitive-url = ${LHD_INSTANCE_TYPES_TRANSITIVE_URL}
instance-types-transitive-en-url = ${LHD_INSTANCE_TYPES_TRANSITIVE_EN_URL}
interlanguage-links-en-url = ${LHD_INTERLANGUAGE_LINKS_EN_URL}
disambiguations-url = ${LHD_DISAMBIGUATIONS_URL}
short-abstracts-url = ${LHD_SHORT_ABSTRACTS_URL}
}
}