-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.json
51 lines (47 loc) · 1.28 KB
/
test.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
{
"test":[
{
"sentence": [
"hello ! how are you ? ",
"yo, is someone here",
"HOW ARE you",
"ARE anyone there?",
"hey ! do you want to talk ?",
"good morning ! do you want to talk ?",
"hello, nice to meet you",
"Hi there, what can I do for you?",
"Hi there, how can I help?",
"Hey :-)",
"Hello, robot"
],
"tag": "greeting"
},
{
"sentence": [
"bye bye",
"bye bye bye !",
"Have a nice day",
"Bye! Come back again soon",
"thanks for visiting, bye",
"Good night",
"bye my love",
"see you",
"I'm out of here, bye"
],
"tag": "goodbye"
},
{
"sentence": [
"THANKS YOU",
"thx !",
"merci",
"it is helpful ! ",
"oh my god, thank you",
"perfect, thank you !",
"thank an lots",
"nice ! good job ! thanks"
],
"tag": "thanks"
}
]
}