-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsmartroom.yaml
212 lines (212 loc) · 4.94 KB
/
smartroom.yaml
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
DEFAULT_WAKE_WORD: "Luna"
DEFAULT_SLEEP_WORDS:
- "rest"
- "sleep"
- "terminate"
KNX_BAOS_SERVER:
URL: http://192.168.1.2/rest/
USERNAME: admin
PASSWORD: admin
MICROPHONE_MODEL_NAME: ReSpeaker 4 Mic Array
NOUN_TAGS:
- RP
- JJ
- NN
- NNS
- DT
PARAMETERS:
- - all
- every
- everything
- - light
- lights
- all lights
- - printer
- all printers
- - television
- tv
- all television
- all tv
VERB_TAGS:
- VB
- VBD
- VBG
- VBN
- VBP
- VBZ
- IN
- RP
- RB
COMMANDS:
BAOS: 3
PHRASES:
1:
- "please turn on the lights"
- "please turn on the television"
- "please turn on the TV"
- "please turn on the printer"
- "please turn on all"
- "please switch on the lights"
- "please switch on the television"
- "please switch on the TV"
- "please switch on the printer"
- "please switch on all"
- "please open the lights"
- "please open the television"
- "please open the TV"
- "please open the printer"
- "please open all"
- "please activate the lights"
- "please activate the television"
- "please activate the TV"
- "please activate the printer"
- "please activate all"
- "please start the lights"
- "please start the television"
- "please start the TV"
- "please start the printer"
- "please start all"
- "please enable the lights"
- "please enable the television"
- "please enable the TV"
- "please enable the printer"
- "please enable all"
- "please wake the lights"
- "please wake the television"
- "please wake the TV"
- "please wake the printer"
- "please wake all"
0:
- "please deactivate the lights"
- "please deactivate the television"
- "please deactivate the TV"
- "please deactivate the printer"
- "please deactivate all"
- "please end the lights"
- "please end the television"
- "please end the TV"
- "please end the printer"
- "please end all"
- "please kill the lights"
- "please kill the television"
- "please kill the TV"
- "please kill the printer"
- "please kill all"
- "please shutdown the lights"
- "please shutdown the television"
- "please shutdown the TV"
- "please shutdown the printer"
- "please shutdown all"
- "please close the lights"
- "please close the television"
- "please close the TV"
- "please close the printer"
- "please close all"
- "please switch off the lights"
- "please switch off the television"
- "please switch off the TV"
- "please switch off the printer"
- "please switch off all"
- "please turn off the lights"
- "please turn off the television"
- "please turn off the TV"
- "please turn off the printer"
- "please turn off all"
- "please disable the lights"
- "please disable the television"
- "please disable the TV"
- "please disable the printer"
- "please disable all"
- "please sleep the lights"
- "please sleep the television"
- "please sleep the TV"
- "please sleep the printer"
- "please sleep all"
WORDS:
1:
- "open"
- "up"
- "on"
- "in"
- "do"
- "activate"
- "unshut"
- "use"
- "trigger"
- "initiate"
- "launch"
- "fold"
- "set"
- "raise"
- "lighten"
- "load"
- "wake"
- "summon"
- "utilize"
- "exhibit"
- "uncover"
- "roll"
- "reveal"
- "show"
0:
- "close"
- "down"
- "off"
- "out"
- "n't"
- "not"
- "deactivate"
- "remove"
- "stop"
- "restrict"
- "conceal"
- "block"
- "zero"
- "shut"
- "clear"
- "strip"
- "goodbye"
- "farewell"
- "unfold"
- "unroll"
- "kill"
- "eliminate"
- "unload"
- "cover"
TEST_DATA:
- turn on the lights
- switch on the light
- open the lights
- do not switch off the light
- don't close the lights
- do not shutdown the light
- turn off the lights
- switch off the light
- close the lights
- don't switch on the light
- do not open the lights
- shutdown the light
- turn on the tv
- switch on the television
- open the tv
- do not switch off the television
- don't close the tv
- do not shutdown the television
- turn off the tv
- switch off the television
- close the tv
- don't switch on the television
- do not open the tv
- shutdown the television
- turn on the printer
- switch on the printer
- open the printer
- don't switch off the printer
- do not close the printer
- don't shutdown the printer
- turn off the printer
- switch off the printer
- close the printer
- do not switch on the printer
- don't open the printer
- shutdown the printer