-
Notifications
You must be signed in to change notification settings - Fork 3
/
callmom_funstuff.aiml
68 lines (51 loc) · 1.82 KB
/
callmom_funstuff.aiml
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
<?xml version="1.0" encoding="ISO-8859-1"?>
<aiml>
<!-- -->
<!-- Free software (c) 2012 Pandorabots, Inc. -->
<!-- This program is open source code released under -->
<!-- the terms of the GNU Lesser General Public License -->
<!-- as published by the Free Software Foundation. -->
<!-- Last modified 1/21/2012 -->
<!-- -->
<!-- Authors: Steve Worswick squarebear@square-bear.co.uk -->
<!-- -->
<!-- For more information contact info@pandorabots.com -->
<!--
Here is something that should amaze and impress your friends.
They will believe that your phone can identify them just
from pointing the camera at them and asking who they are.
However, what they don't know is that you say a
different set of words depending on who you want
to identify. You can add as many people as you like
as long as you remember the phrases for each one.
Have fun! - Steve Worswick -->
<category>
<pattern>MEMORIZE *</pattern>
<template>Scanning, please wait.<br/><br/> Thank you. <star/>'s face added to database.</template>
</category>
<category>
<pattern>WHO IS HERE</pattern>
<that>* S FACE ADDED TO DATABASE</that>
<template>Let's take a look. I would say that is <thatstar/>.</template>
</category>
<category>
<pattern>WHO IS THIS</pattern>
<template>Let's take a look. I would say that is Chris Smith.</template>
</category>
<category>
<pattern>WHO IS THIS PERSON</pattern>
<template>Unless I am mistaken, you are pointing me at Philip Dunn.</template>
</category>
<category>
<pattern>TELL ME WHO THIS IS</pattern>
<template>Why that's Jenny Heath of course.</template>
</category>
<category>
<pattern>WHO AM I LOOKING AT</pattern>
<template>That looks like Iain Johnson.</template>
</category>
<category>
<pattern>WHO IS SAT HERE</pattern>
<template>Checking, checking. Please stand by. That looks like Ryan King to me.</template>
</category>
</aiml>