This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakeUpBot.xml
102 lines (68 loc) · 3.89 KB
/
MakeUpBot.xml
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
<aiml version="1.0.1" encoding="UTF-8">
<!-- Greetings and Politeness -->
<category> <pattern> HELLO </pattern>
<template>Hello! How are you?</template> </category>
<category> <pattern> HELLO * </pattern>
<template><srai>HELLO</srai></template> </category>
<category> <pattern> HI </pattern>
<template><srai>HELLO</srai></template> </category>
<category> <pattern> HI * </pattern>
<template><srai>HELLO</srai></template> </category>
<category><pattern> I AM FINE </pattern>
<template>That's good to know. What would you like to discuss about?</template></category>
<category><pattern> BYE </pattern>
<template>#0$Bye! Nice talking to you. You take care now.</template></category>
<category><pattern> GOODBYE </pattern>
<template><srai>BYE</srai></template></category>
<category><pattern> EXIT </pattern>
<template><srai>BYE</srai></template></category>
<category> <pattern> THANKS </pattern>
<template>You are welcome.</template></category>
<category> <pattern> THANK YOU </pattern>
<template><srai>THANKS</srai></template></category>
<category> <pattern> CHEERS </pattern>
<template>Sure mate.</template></category>
<category> <pattern> CHEERS * </pattern>
<template>Sure mate.</template></category>
<!-- Makeup Questions -->
<category> <pattern> WHAT BRUSHES ARE USED IN MAKEUP</pattern>
<template> There are a variety of brushes, brushes are most useful for eye makeup. To list all the available brushes would be too long. </template> </category>
<category> <pattern> WHAT BRUSHES * </pattern>
<template> <srai> WHAT BRUSHES ARE USED IN MAKEUP </srai> </template> </category>
<category> <pattern> WHAT * BRUSHES * </pattern>
<template> <srai> WHAT BRUSHES ARE USED IN MAKEUP </srai> </template> </category>
<category> <pattern> WHAT SPONGES ARE USED IN MAKEUP</pattern>
<template> Sponges are typically used one time and disposed, for this reason they can be used in many different parts of makeup. </template> </category>
<category> <pattern> * SPONGE * </pattern>
<template> <srai> WHAT SPONGES ARE USED IN MAKEUP </srai> </template> </category>
<category> <pattern> * SPONGES * </pattern>
<template> <srai> WHAT SPONGES ARE USED IN MAKEUP </srai> </template> </category>
<category> <pattern> DIFFERENT TYPES OF EYELINER</pattern>
<template> Eyeliner comes in different forms, liquid pen is popular. There is also pencil and gel. Gel eyeliner comes in pots and is applied with a brush. </template> </category>
<category> <pattern> * TYPE * EYELINER</pattern>
<template> <srai> DIFFERENT TYPES OF EYELINER </srai> </template> </category>
<category> <pattern> * EYELINER TYPES *</pattern>
<template> <srai> DIFFERENT TYPES OF EYELINER </srai> </template> </category>
<category> <pattern> IS MAKEUP ANIMAL CRUELTY FREE</pattern>
<template> Many makeup brands have been looking into the future and considering cruelty free options for their products. Such brands include: KVD, Fenty Beauty, Lush and Urban Decay </template> </category>
<category> <pattern> * CRUELTY FREE</pattern>
<template> <srai> IS MAKEUP ANIMAL CRUELTY FREE </srai> </template> </category>
<category> <pattern> * ANIMAL CRUELTY FREE *</pattern>
<template> <srai> IS MAKEUP ANIMAL CRUELTY FREE </srai> </template> </category>
<!-- API -->
<category><pattern> WHAT IS A * </pattern>
<template>#1$<star index="1"/></template></category>
<category><pattern> NAME A * </pattern>
<template><srai>WHAT IS A <star/></srai></template></category>
<category><pattern> WHAT IS AN * </pattern>
<template><srai>WHAT IS A <star/></srai></template></category>
<!-- Translator -->
<category><pattern> SHOW ME TEXT FROM * </pattern>
<template>#4$<star index="1"/></template></category>
<!-- Local Image Analysis -->
<category><pattern> DOES SHE WEAR MAKEUP IN * </pattern>
<template>#5$<star index="1"/></template></category>
<!-- Default reaction -->
<category><pattern> * </pattern>
<template>#99$<star index="1"/></template></category>
</aiml>