blob: 7c220125fd4fdfd2de0ca9fbc0886d1bf9e2790d (
plain)
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
|
language: "en"
lists:
workspace:
range:
type: "number"
from: 1
to: 10
workspace_word:
values:
- in: "first"
out: 1
- in: "1st"
out: 1
- in: "second"
out: 2
- in: "2nd"
out: 1
- in: "third"
out: 3
- in: "3rd"
out: 3
- in: "fourth"
out: 4
- in: "4th"
out: 4
- in: "fifth"
out: 5
- in: "5th"
out: 5
- in: "sixth"
out: 6
- in: "6th"
out: 6
- in: "seventh"
out: 7
- in: "7th"
out: 7
- in: "eight"
out: 8
- in: "8th"
out: 8
- in: "ninth"
out: 9
- in: "9th"
out: 9
- in: "tenth"
out: 10
- in: "10th"
out: 10
expansion_rules:
workspace: "(workspace {workspace}|{workspace_word:workspace} workspace)"
in_workspace: "(in|on|at) [the ]<workspace>"
skip_words:
- "please"
- "can you"
- "would you"
- "could you"
|