-
Notifications
You must be signed in to change notification settings - Fork 6
/
tscan.cfg.example
59 lines (47 loc) · 1.15 KB
/
tscan.cfg.example
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
48
49
50
51
52
53
54
55
56
57
58
59
useAlpino=1
useAlpinoServer=1
saveAlpinoOutput=1
saveAlpinoMetadata=0
useWopr=0
useCompoundSplitter=1
styleSheet="tscanview.xsl"
rarityLevel=4
overlapSize=50
frequencyClip=99
mtldThreshold=0.720
configDir=data
adj_semtypes="data/adjs_semtype.data"
verb_semtypes="verbs_semtype.data"
noun_semtypes="data/nouns_semtype.data"
staph_word_freq_lex="freqlist_staphorsius_CLIB_words.freq"
word_freq_lex="freqlist_staphorsius_CLIB_words.freq"
lemma_freq_lex="freqlist_staphorsius_CLIB_lemma.freq"
top_freq_lex="freqlist_sonarnews_words20000.freq"
temporals="temporal_connectors.lst"
opsommers="opsom_connectors.lst"
contrast="contrast_connectors.lst"
compars="compar_connectors.lst"
causals="causal_connectors.lst"
causal_situation="causaliteit.txt"
space_situation="ruimte.txt"
time_situation="tijd.txt"
emotion_situation="emoties.txt"
voorzetselexpr="voorzetseluitdrukkingen.txt"
afkortingen="afkortingen.lst"
prevalence="prevalence_nl.data"
formal="formal.data"
[[frog]]
port=7001
host=localhost
[[wopr]]
port_fwd=7020
host_fwd=localhost
port_bwd=7002
host_bwd=localhost
[[alpino]]
port=7003
host=localhost
[[compound_splitter]]
port=7005
host=localhost
method="secos"