keyword_feature.test
1.47 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
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
after
before
carry out
check
continue the action
definition :
do nothing
else
end if
end unless
end the story
every turn
if
include
instead
instead of
let
move
no
now
otherwise
repeat
report
resume the story
rule for
running through
say
saying
stop the action
test
try
trying
understand
unless
use
when
while
yes
----------------------------------------------------
[
["keyword", "after"],
["keyword", "before"],
["keyword", "carry out"],
["keyword", "check"],
["keyword", "continue the action"],
["keyword", "definition"], ["punctuation", ":"],
["keyword", "do nothing"],
["keyword", "else"],
["keyword", "end if"],
["keyword", "end unless"],
["keyword", "end the story"],
["keyword", "every turn"],
["keyword", "if"],
["keyword", "include"],
["keyword", "instead"],
["keyword", "instead of"],
["keyword", "let"],
["keyword", "move"],
["keyword", "no"],
["keyword", "now"],
["keyword", "otherwise"],
["keyword", "repeat"],
["keyword", "report"],
["keyword", "resume the story"],
["keyword", "rule for"],
["keyword", "running through"],
["keyword", "say"],
["keyword", "saying"],
["keyword", "stop the action"],
["keyword", "test"],
["keyword", "try"],
["keyword", "trying"],
["keyword", "understand"],
["keyword", "unless"],
["keyword", "use"],
["keyword", "when"],
["keyword", "while"],
["keyword", "yes"]
]
----------------------------------------------------
Checks for keywords.