-
Notifications
You must be signed in to change notification settings - Fork 5
/
research_speech.prefs
74 lines (59 loc) · 1.01 KB
/
research_speech.prefs
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
GRAMMAR_EXTENSIONS = grm
GRAMMAR_PATHS ::==
./core
;
PACKAGE_NAME ::==
core
motion
universal-schemas
universal-constructions
utterance-speech
;
ONTOLOGY_PATHS ::==
./core/core.ont
./research/research.ont
;
IMPORT_PATHS ::==
./research
./core
;
MORPHOLOGY_PATH ::==
./core/celex.ecgmorph
;
TOKEN_PATH ::==
./research/testing.tokens
;
TABLE_PATH = ./core/core.morph
//GRAMMAR_PARAMS_PATHS ::==
// ./core/test.sem
//;
ROBUST = FALSE
BEAM_SIZE = 50
VARIABLE_BEAM=FALSE
DEFAULT_OMISSION_PROB = .1
DEBUG = FALSE
//DEBUG = TRUE
ANALYZE_IN_CONTEXT = FALSE
// ANALYZE_IN_CONTEXT = TRUE
NUM_ANALYSES_RETURNED = 3
MULTI_ROOT_PENALTY = -3
EXAMPLE_SENTENCES ::==
the box became red
the box became bigger
the box grew
boxes are big
the red block
he moved
he moved the blocks
he saw the block
the block was red
was the block red
he was at the block
he moved to the block
he entered the room
he moved into the room
he is in the room
was he in the room
he moved the block into the room
the red blocks are in the room
;