-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathapplication.nl.conf
35 lines (34 loc) · 990 Bytes
/
application.nl.conf
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
LHD {
output.dir = "../data/output"
datasets.dir = "../data/datasets"
lang = "nl"
dbpedia.version = "2015-10"
HypernymExtractor {
index-dir = "../data/index"
wiki-api = "https://nl.wikipedia.org/w/"
gate {
dir = "../utils/gate-8.0-build4825"
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 {
base-url = "http://downloads.dbpedia.org/2015-10/core-i18n/"
ontology-dir = "../"
}
}