-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrammar.xml
More file actions
57 lines (54 loc) · 1.56 KB
/
grammar.xml
File metadata and controls
57 lines (54 loc) · 1.56 KB
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
<grammar version="1.0" xml:lang="en-US" mode="voice" root="question" xmlns="http://www.w3.org/2001/06/grammar" tag-format="semantics/1.0">
<rule id="question">
<ruleref special="GARBAGE"/>
<ruleref uri="#clue"/>
<ruleref special="GARBAGE"/>
</rule>
<rule id="clue">
<one-of>
<item> yes </item>
<item> yeah </item>
<item> alex russell </item>
<item> sam ellsworth </item>
<item> where </item>
<item> strangled </item>
<item> strangulation </item>
<item> choked </item>
<item> choking </item>
<item> medal </item>
<item> ribbon </item>
<item> bag </item>
<item> victim </item>
<item> lawrenceville </item>
<item> center </item>
<item> wife </item>
<item> why </item>
<item> death </item>
<item> time </item>
<item> weapon </item>
<item> witness </item>
<item> witnesses </item>
<item> locker </item>
<item> sitting </item>
<item> fingerprint </item>
<item> fingerprints </item>
<item> trophy </item>
<item> struggle </item>
<item> fight </item>
<item> blood </item>
<item> northriver </item>
<item> highschool </item>
<item> championship </item>
<item> competition </item>
<item> swim </item>
<item> swimmer </item>
<item> relationship </item>
<item> friends </item>
<item> know </item>
<item> who </item>
<item> members </item>
<item> pool </item>
<item> en wy see see </item>
</one-of>
</rule>
</grammar>