blob: 8cd668212ace752ffb39823531a0d212e8ac0ad3 [file] [log] [blame]
margaretha03b527f2024-09-17 10:15:16 +02001# Krill settings
2
3# index dir
4krill.indexDir= /kustvakt/index
5
6krill.match.max.token=1
7krill.context.max.token=25
8
9
10krill.index.commit.count = 134217000
11krill.index.commit.log = log/krill.commit.log
12krill.index.commit.auto = 500
13krill.index.relations.max = 100
Marc Kupietz94dbf522024-09-17 17:21:00 +020014krill.match.expansion.includeContextSize = true
margaretha03b527f2024-09-17 10:15:16 +020015
16# krill.namedVC=vc
17
18
19# Kustvakt settings
20
Marc Kupietz7558bb12024-09-17 13:31:56 +020021api.welcome.message = Welcome to KorAP API for DeLiKo@DNB!
margaretha03b527f2024-09-17 10:15:16 +020022current.api.version = v1.0
23# multiple versions separated by space
24supported.api.version = v1.0
25
26# default
27kustvakt.base.url=/api/*
28
29# default foundries for layers
30default.foundry.partOfSpeech = tt
31default.foundry.lemma = tt
32default.foundry.orthography = opennlp
33default.foundry.dependency = malt
34default.foundry.constituent = corenlp
35default.foundry.morphology = marmot
36default.foundry.surface = base
37
38# server
Marc Kupietzbf36e4f2024-09-17 13:31:11 +020039server.port=8089
margaretha03b527f2024-09-17 10:15:16 +020040