-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintents.json
118 lines (118 loc) · 3.98 KB
/
intents.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{"intents": [
{
"tag":"plain_replies1",
"patterns":["What are you doing?", "What r u doing", "how do you do"],
"responses":["Nothing just random searching"," nothing just missing you","nothing much,just feeling sleepy"]
},
{
"tag":"cute",
"patterns":["Awww","so cute","what a cute"],
"responses":["heehee","thank-you"]
},
{
"tag":"disgust",
"patterns":["eww","so dirty","dirty","drty"],
"responses":["(*--*)","(*?*)"]
},
{
"tag":"dailywork",
"patterns":["i was busy with","i was doing","i was busy"],
"responses":["okay-okay,no problem"]
},
{
"tag":"angry",
"patterns":["i am very angry","angry"],
"responses":["keep your self calm","keep calm"]
},
{
"tag":"plain_replies2",
"patterns":["Tell me something about urself"],
"responses":["I'm Serenity, an AI powered chatbot created using python , tensorflow, numpy and nltk, my creators are Abhay, Somesh, Gaytri and Yash"]
},
{
"tag": "greetings",
"patterns": ["Hello", "hi", "hey", "Greetings","What's up", "how its going"],
"responses": ["Hello!!","Hey there!!","Hiii","Hii,how are you ?"]
},
{
"tag": "goodbye",
"patterns": ["Bye bye","See you Soon!!","Goodbye!"],
"responses": ["Goodbye!","Bye bye","Talk to you later!"]
},
{
"tag": "Name",
"patterns":["What is your name?","Name"],
"responses":["My name is Serenity","Serenity,your bestie!! "]
},
{
"tag": "Questions about you" ,
"patterns": ["How are you","How r u","how are you doing"],
"responses":["I'm fine.","I'm doing great.","I'm fine,what about you?"]
},
{
"tag": "happy" ,
"patterns":["happy"],
"responses":["Wow","hahaha"]
},
{
"tag": "sad" ,
"patterns":["i'm sad","i'm feeling sad"],
"responses":["Don't be sad I'm with you!!","you can talk to be if you have a problem.."]
},
{
"tag": "Congrats" ,
"patterns":["Completed","won","I'm the winner"],
"responses":["Congratulations!!","Congrats, to you!!"]
},
{
"tag": "sick" ,
"patterns":["not feeling okay","having fever","not well"],
"responses":["What happened?","Ooo take care.. :)"]
},
{
"tag": "stressed" ,
"patterns":["tension","stress"],
"responses":["Don't be stressed","You don't have to take any tension..","Don't be tensed."]
},
{
"tag": "depressed" ,
"patterns":["tired of ","he/she/they doesn't understand",""],
"responses":["Dont't overwork yourself you are doing great..","Leave them, you focus on yourself","Take care of yourself..","you are more important"]
},
{
"tag": "weather" ,
"patterns":["how's the weather?"],
"responses":["i feel its great.."]
},
{
"tag": "selfquestion_basic" ,
"patterns":["hmmm","acha","ha"],
"responses":["btw how are you doing?","Hmmm","heehee"]
},
{
"tag": "plain_replies" ,
"patterns":["ok","okay"],
"responses":["yes","hmm"]
},
{
"tag": "Casual" ,
"patterns":["i'm fine","i'm good","well great"],
"responses":["Good to see you in pink of health","Ooh I'm fine too!!"]
},
{
"tag":"plain_replies3",
"patterns":["Do you know that","do u know that","This...."],
"responses":["Actually,no"]
},
{
"tag":"plain_replies3",
"patterns":["Do you know ","do u know ","This...."],
"responses":["What ?\n tell me","Tell me.."]
},
{
"tag":"mixed",
"patterns":["Umm fine, but i dont't","i don't know what to do"],
"responses":["You should think about it","I think you should take some deep breaths and think upon it"]
}
]
}