-
Notifications
You must be signed in to change notification settings - Fork 0
/
classificationsamples.json
executable file
·81 lines (81 loc) · 2.57 KB
/
classificationsamples.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
{
"hilfe" : "help",
"hilfe ? ": "help",
"Hilfe ?": "help",
"ich benötige hilfe": "help",
"Hilfe": "help",
"Ich benötige Hilfe": "help",
"ich brauche Hilfe": "help",
"ich brauche hilfe": "help",
"Ich brauche": "unkown",
"Ich brauche Milch": "product",
"Ich brauche Sandwitches": "product",
"Ich brauche Eier" : "product",
"Haben Sie Eier?" : "product",
"Haben Sie ? " : "unkown",
"Zeigen Sie mir alle Produkte" : "listproducts",
"Alle Produkte?" : "listproducts",
"Zeige Einkaufsliste" : "listproducts",
"zeige einkaufsliste" : "listproducts",
"Was habe ich im Warenkorb?": "listproducts",
"EKL ekl": "listproducts",
"Warenkorb?": "listproducts",
"Produkte?" : "unkown",
"Hey": "greeting",
"Hallo": "greeting",
"Moin" : "greeting",
"Hi": "greeting",
"Bye" : "endgreeting",
"Schönen Tag noch" : "endgreeting",
"Tschüss" : "endgreeting",
"Name ist" : "setsname",
"Mein name ist" : "setname",
"mein Name sein" : "setsname",
"mein name" : "setsname",
"mein ist" : "setsname",
"heiße" : "setsname",
"ich heiße": "setname2",
"Ich heiße" : "setname2",
"Ich bin" : "setname3",
"ich bin" : "setname3",
"Hallo, ich heiße" : "setname2",
"Hey, ich heiße" : "setname2",
"Wie heiße ich?" : "nameasking",
"Wie ist mein Name?" : "nameasking",
"Mein Name ist?" : "nameasking",
"wie ist mein name?" : "nameasking",
"wie ist mein name" : "nameasking",
"wer bist du" : "greeting",
"Wer bist du?" : "greeting",
"?": "unkown",
"clearchat": "chatclear",
"chatclear": "chatclear",
"cls": "chatclear",
"clear" : "chatclear",
"Wer bin" : "nameasking",
"Wer ich" : "nameasking",
"Ich brauche doch nicht": "removeitem",
"Ich brauche nicht": "removeitem",
"oh ich brauche doch nicht" : "removeitem",
"Ich brauche keinen" : "removeitem",
"Ich brauche kein" : "removeitem",
"Ich brauche keine" : "removeitem",
"Ich brauch" : "product",
"Ich brauche Milch": "product",
"Ich brauche Sandwitches": "product",
"Ich brauche Eier" : "product",
"Haben Sie Eier?" : "product",
"Was habt ihr im Angebot" : "showoffers",
"Was habt ihr heute im Angebot": "showoffers",
"heute Angebot": "showoffers",
"hilfe" : "help",
"ich benötige hilfe": "help",
"Hilfe": "help",
"Ich benötige Hilfe": "help",
"ich brauche Hilfe": "help",
"ich brauche hilfe": "help",
"": "unkown",
"sdpaoawdwajdw": "unkown",
"sdadwqeb123213123": "unkown",
"123215123": "unkown"
}