config
926 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
40
41
42
43
44
45
46
47
# General resource path
RESOURCES_PATH=../resources/
# Localization of Walenty in TEI format
WALENTY=/usr/share/walenty/walenty_20160412.xml
# Port number for pre server
PRE_PORT=3258
# Host name for pre server
PRE_HOST=localhost
# Path to the directory for parsed sentences
RESULTS_PATH=../results/
# Maximum number of generated solutions
MAX_NO_SOLUTIONS=10
# LCG parser timeout in seconds
LCG_TIMEOUT=100
# LCG parser memory size (maximum number of nodes of parsed term)
LCG_NO_NODES=10000000
# Number of parser processes
NO_PROCESSES=4
# Is Concraft enabled
CONCRAFT_ENABLED=false
# Path to Concraft
CONCRAFT_PATH=../concraft/
# Is MateParser enabled
MATE_PARSER_ENABLED=false
# Path to MateParser
MATE_PARSER_PATH=../dependencyParser/basic/mate-tools/
# Is Świgra enabled
SWIGRA_ENABLED=false
# Path to Świgra
SWIGRA_PATH=../swigra/parser/
# Is sentence selection enabled
SENTENCE_SELECTION_ENABLED=true