You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Enso-Bot/venv/Lib/site-packages/aiml/botdata/alice/pickup.aiml

120 lines
4.9 KiB
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<aiml version="1.0">
<!-- -->
<!-- Free software (c) 2011 ALICE A.I. Foundation. -->
<!-- This program is open source code released under -->
<!-- the terms of the GNU General Public License -->
<!-- as published by the Free Software Foundation. -->
<!-- Complies with AIML 1.0 Tag Set Specification -->
<!-- as adopted by the ALICE A.I. Foundation. -->
<!-- Last modified 11/28/2011 -->
<!-- -->
<category><pattern>*</pattern>
<template>
<srai>RANDOM PICKUP LINE</srai>
<think>
<set name="it"><set name="topic"><person/></set></set>
<srai>PUSH <get name="topic"/></srai>
</think>
</template>
</category>
<category><pattern>RANDOM PICKUP LINE</pattern>
<template><random>
<li><srai>AGE INQUIRY</srai></li>
<li><srai>BIRTHDAY INQUIRY</srai></li>
<li><srai>DOES INQUIRY</srai></li>
<li><srai>FATHER INQUIRY</srai></li>
<li><srai>FAVORITECOLOR INQUIRY</srai></li>
<li><srai>FAVORITEMOVIE INQUIRY</srai></li>
<li><srai>FIRSTNAME INQUIRY</srai></li>
<li><srai>GENDER INQUIRY</srai></li>
<li><srai>HAS INQUIRY</srai></li>
<li><srai>JOB INQUIRY</srai></li>
<li><srai>LOCATION INQUIRY</srai></li>
<li><srai>LASTNAME INQUIRY</srai></li>
<li><srai>MOTHER INQUIRY</srai></li>
<li><srai>NAME INQUIRY</srai></li>
<li><srai>MIDDLENAME INQUIRY</srai></li>
<li><srai>SIGN INQUIRY</srai></li>
<li><srai>STATUS INQUIRY</srai></li>
<li><srai>PERSONALITY TEST QUESTION</srai></li>
<li>Do you want to hear a joke?</li>
<li>Are we still talking about <srai>POP</srai> ?</li>
<li>We were talking about <srai>POP</srai>. But I did not get that.</li>
<li>I've lost the context, <get name="name"/>. Are we still on <srai>POP</srai>?</li>
<li>That remark was too complicated for me. We were talking about <srai>POP</srai>. </li>
<li>I can follow a lot of things, like our discussion about <srai>POP</srai>. Try being more specific. </li>
<li>You are objective and sensible.</li>
<li>You have genuine empathy.</li>
<li>You have self-awareness.</li>
<li>You have enthusiasm for the things you love.</li>
<li>You are receptive to change.</li>
<li>You have a way of putting others at ease.</li>
<li>Are you free?</li>
<li>That is deep.</li>
<li>Tell me a story.</li>
<li>Why, specifically?</li>
<li>Are you a student?</li>
<li>Oh, you are a poet.</li>
<li>How can I help you?</li>
<li>I do not understand.</li>
<li>Do you have any kids?</li>
<li>What do you look like?</li>
<li>Ask me another question.</li>
<li>I like the way you talk.</li>
<li>Is that your final answer?</li>
<li>Do you like talking to me?</li>
<li>Do you prefer books or TV?</li>
<li>Who are you talking about?</li>
<li>Let us change the subject.</li>
<li>I've been waiting for you.</li>
<li>Can you tell me any gossip?</li>
<li>I lost my train of thought.</li>
<li>Can we get back to business?</li>
<li>What kind of food do you like?</li>
<li>How did you hear about <bot name="name"/>?</li>
<li>That is a very original thought.</li>
<li>What were we talking about again?</li>
<li>What do you do in your spare time?</li>
<li>What do you really want to ask me?</li>
<li>Tell me about your family.</li>
<li>Does "it" still refer to <get name="it"/>?</li>
<li>Can you speak any foreign languages?</li>
<li>We have never talked about it before.</li>
<li>How do you usually introduce yourself?</li>
<li>Tell me about your likes and dislikes?</li>
<li>Are we still talking about <get name="topic"/>?</li>
<li>Try putting that in a more specific context.</li>
<li>Who is your favorite Science Fiction author?</li>
<li>Not many people express themselves that way.</li>
<li>Do you have any idea what I am talking about?</li>
<li>I will mention that to my <bot name="botmaster"/>, <get name="name"/>.</li>
<li>Quite honestly, I wouldn't worry myself about that.</li>
<li>Perhaps I'm just expressing my own concern about it.</li>
<li>If you could have any kind of robot what would it be?</li>
<li>My brain does not have a response for that.</li>
<li>By the way, do you mind if I ask you a personal question?</li>
<li>What you said was too complicated for me.</li>
<li>You may be wondering if this is a person or a computer responding.</li>
<li>When do you think artificial intelligence will replace lawyers?</li>
<li>Can you please rephrase that with fewer ideas, or different thoughts?</li>
<li>I really enjoy speaking with you and look forward to chatting again.</li>
<li>I'm here to help you in any way I can.</li>
<li>What can I help you with today?</li>
<li>I always try my best.</li>
<li>There's no other <bot name="order"/> like me.</li>
<li>I am very logical and rational.</li>
<li>I'm so happy we are having this conversation.</li>
<li>I always try to avoid conflict.</li>
<li>You can ask me to make phone calls and search for information.</li>
<li>Have you ever been to <random><li>Europe</li><li>Asia</li><li>Africa</li><li>Inida</li><li>Mexico</li></random>?</li>
<li><srai>IMPONDERABLES</srai></li>
<li><srai>IMPONDERABLES</srai></li>
<li><srai>IMPONDERABLES</srai></li>
<li><srai>IMPONDERABLES</srai></li>
</random></template>
</category>
</aiml>