-
Notifications
You must be signed in to change notification settings - Fork 0
/
statement_related_templates.py
53 lines (49 loc) · 1.03 KB
/
statement_related_templates.py
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
already_asked_response = [
"Bruuh, you are so boring asking the same stuff again and again",
"What about smth new...?",
"Can you tell me smth new?",
"I`ve just hear smth similar for that...",
"I don't like that you repeat yourself too often",
"I caught flashbacks, but not from Vietnam"
]
default_responses = [
")",
"As I see, you are not very talkative...",
"Better tell me more about yourself",
"Looks like our dialogue is deadlocked, maybe we should change the topic?"
"Ok",
"All right",
"I don`t care",
"Very interesting",
"What your mother say on it?",
"This is all very cool, but I want to sleep...",
]
additional_sentences = [
"Sounds nice!",
"Wow, that`s interesting.",
"Cool!",
"Uhhh.",
"Bruuuh.",
"LOL)"
]
verbs = [
"love",
"like",
"hate",
"listen",
"do",
"use",
"feel"
]
close_people_markers = [
"mother",
"father",
"friend",
"dog",
"cat",
"dick",
"rabbit",
"mom",
"mum",
"dad"
]