-
Notifications
You must be signed in to change notification settings - Fork 5
/
starcraft.prefs
67 lines (51 loc) · 1.1 KB
/
starcraft.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
GRAMMAR_EXTENSIONS = grm
PACKAGE_NAME ::==
starcraft
location
universal-schemas
universal-constructions
motion
;
ONTOLOGY_PATHS ::==
./starcraft/starcraft.ont
./core/core.ont
./research/research.ont
;
IMPORT_PATHS ::==
./starcraft
./core
./research
;
MORPHOLOGY_PATH ::==
./core/celex.ecgmorph
./starcraft/starcraft.ecgmorph
;
TOKEN_PATH ::==
./starcraft/starcraft.tokens
;
MAPPING_PATH = ./starcraft/starcraft.mappings
TABLE_PATH = ./core/core.morph
ROBUST = FALSE
BEAM_SIZE = 20
DEFAULT_OMISSION_PROB = .1
VARIABLE_BEAM = TRUE
BEAM_WIDTH = 10
BEAM_SIZE = 10
DEBUG = FALSE
//DEBUG = TRUE
ANALYZE_IN_CONTEXT = FALSE
//ANALYZE_IN_CONTEXT = TRUE
NUM_ANALYSES_RETURNED = 4
MULTI_ROOT_PENALTY = -3
EXAMPLE_SENTENCES ::==
barracks
marine
build a barracks!
build 5 barracks!
build an SCV and a barracks!
build an SCV and make it build a barracks!
after building 5 SCVs, build a barracks!
if an SCV is idle, make it mine gas!
if you reach the population limit, build a supply depot!
build 5 SCVs and make the last 2 harvest gas!
;