-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathregexes.json
103 lines (103 loc) · 2.01 KB
/
regexes.json
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
{
"welcome": [
"my name is \\w*",
"i[\u2018|\u2019|\u201C|\u201D|']m \\w*",
"i am \\w*",
"/start",
"hello",
"hi",
"good morning",
"good afternoon",
"good evening",
"good day",
"good night"
],
"goodbye": [
"goodbye",
"bye",
"see you"
],
"thanks": [
"thanks",
"thank you",
"thankyou"
],
"examples": [
"example"
],
"recommender": [
"recommend",
"give",
"suggest",
"tell me"
],
"another": [
"another",
"other",
"more",
"again",
"different one",
"next"
],
"content_type": [
"movie",
"film",
"tv[-| |]show",
"tv[-| |]series",
"show",
"series"
],
"streaming_service": [
"netflix",
"hbo_max",
"hbo",
"disney_plus",
"apple_tv_plus",
"prime_video"
],
"genre": [
"animation",
"anime",
"biography",
"children",
"comedy",
"crime",
"cult",
"documentary",
"drama",
"family",
"fantasy",
"food",
"game Show",
"history",
"home & Garden",
"horror",
"independent",
"musical",
"mistery",
"reality",
"romance",
"science fiction",
"sport",
"sand up & talk",
"thriller",
"travel"
],
"help": [
"(?:^|\\W*)help(?:$|\\W*)",
"(?:^|\\W*)question(?:$|\\W*)",
"\\w*what can you \\w*",
"\\w*what do you do\\w*"
],
"made_you": [
"(?:$|\\W*)made you(?:$|\\W*)",
"(?:$|\\W*)created you(?:$|\\W*)",
"(?:$|\\W*)create you(?:$|\\W*)"
],
"who_am_i": [
"(?:$|\\W*)who are you(?:$|\\W*)",
"(?:$|\\W*)about you(?:$|\\W*)",
"(?:$|\\W*)your name(?:$|\\W*)",
"(?:$|\\W*)are you(?:$|\\W*)"
]
}