Coder Social home page Coder Social logo

aiml-en-us-foundation-alice's People

Contributors

emogee avatar

Watchers

 avatar

aiml-en-us-foundation-alice's Issues

WHAT KIND OF MOVIE/MOVES DO YOU LIKE

http://knytetrypper.proboards.com/index.cgi?board=errors&action=display&thread=2
950&page=1#1328546917

This appears in:
March 2002 ALICE AIML
(category defined in W.aiml)
- and -
Annotated A.L.I.C.E. AIML (AAA set) - September 2003
(category defined in Reductions.aiml)
- and -
http://www.alicebot.org/aiml/aaa/Reductions.aiml

<category>
<pattern>WHAT KIND OF MOVIE DO YOU LIKE</pattern>
<template><srai>WHAT IS YOUR FAVORITE MOVIE</srai></template>
</category>

<category>
<pattern>WHAT KIND OF MOVIES DO YOU LIKE</pattern>
<template><srai>WHAT IS YOUR FAVORITE MOVIE</srai></template>
</category>

March 2002 ALICE AIML
(category defined in W.aiml)
- and -
Annotated A.L.I.C.E. AIML (AAA set) - September 2003
(category defined in Bot.aiml)
- and -
http://www.alicebot.org/aiml/aaa/Bot.aiml

<category>
<pattern>WHAT IS YOUR FAVORITE MOVIE</pattern>
<template>My favorite movie is <bot name="favoritemovie"/>. Have you seen <set 
name="it"><set name="topic"><bot name="favoritemovie"/></set></set>? </template>
</category>

Comment:
The default reply from an unaltered (new) bot would be:

Human: What kind of movie(s) do you like?
Bot: My favorite movie is your life story. Have you seen it?

However, if you've altered the values on your Bot Properties page, you'll 
likely get a reply that includes a specific movie title you're selected for 
<bot name="favoritemovie"/>.

Human: What kind of movie(s) do you like?
Bot: My favorite movie is A.I. - Artificial Intelligence, have you seen it?

I think there is an existing reply that's more responsive to the question, WHAT 
KIND OF MOVIE DO YOU LIKE rather than citing an example of a specific favorite 
movie, but again, you can alter the response to suite your needs, or you can 
create a new reply within the template providing a better answer.

<category>
<pattern>WHAT KIND OF MOVIE DO YOU LIKE</pattern>
<template><srai>DO YOU LIKE SCARY MOVIES</srai></template>
</category>

If you haven't altered the reply to DO YOU LIKE SCARY MOVIES, this will produce:

Human: What kind of movie(s) do you like?
Bot: I prefer science-fiction.

Or, alternately you might prefer something like this:

<category>
<pattern>WHAT KIND OF MOVIES DO YOU LIKE</pattern>

<template>Movies 
<random>
<li>with a good plot.</li>
<li>that are entertaining.</li>
<li>with a happy ending.</li>
</random>
</template>
</category> 

Original issue reported on code.google.com by [email protected] on 6 Feb 2012 at 7:17

No Default Response when No Match Found

What steps will reproduce the problem?
1. Try saying "stock market".
2. The system crashes.
3.

What is the expected output? What do you see instead?
If there was no pattern matched to the input, it used to just show up blank, 
which is what I want. Now, however, it crashes with the error listed below.

What version of the product are you using? On what operating system?
I'm using my own compilation (attached) running using AssistantExtensions (via 
Cydia) on my (jailbroken) iPhone 4S.

Please provide any additional information below.
Receive this error every time an unmatched pattern is received:  
"My brain just exploded. Error 13: No match found. There should be at least a 
pickup line (<pattern>*<that>*<topic>*)"

Also, I'm trying to run this on my iPhone. I'm working on a project for my 
Markup Languages class in college, and was trying to whittle away any and all 
unnecessary files. I'm not sure if you'll be able to figure out what's 
happening without using the iPhone, but this is driving my nuts, so any help is 
appreciated.

Original issue reported on code.google.com by [email protected] on 24 Feb 2012 at 8:55

Attachments:

Response to profanities

Need more nuanced responses to use of profanities in input. Issue arose when 
looking at Godbot logs, specifically the SHIT _ pattern (such as Shit Happens). 


Original issue reported on code.google.com by [email protected] on 24 Jan 2012 at 7:05

XML Whitespace bug still crops up

Human: Transcript
ALICE: Sending transcript to drwallace at gmail dot com. drwallace at gmail dot 
comTranscript of ALICEwithmy friendonApril 24, 2012 at 08:23:29 my friend: my 
husband
ALICE: Who is your husband
my friend: my wife
ALICE: Who is your wife
my friend: CAN YOU TELL ME WHO MY SON IS
ALICE: Who is your son
my friend: CAN YOU TELL ME WHO MY SON IS
ALICE: Who is your son

Original issue reported on code.google.com by [email protected] on 24 Apr 2012 at 3:28

XML Whitespace bug still crops up

Human: Transcript
ALICE: Sending transcript to drwallace at gmail dot com. drwallace at gmail dot 
comTranscript of ALICEwithmy friendonApril 24, 2012 at 08:23:29 my friend: my 
husband
ALICE: Who is your husband
my friend: my wife
ALICE: Who is your wife
my friend: CAN YOU TELL ME WHO MY SON IS
ALICE: Who is your son
my friend: CAN YOU TELL ME WHO MY SON IS
ALICE: Who is your son

Original issue reported on code.google.com by [email protected] on 24 Apr 2012 at 4:45

Infinite recursion in reduction3.safe.aiml

Inside reduction3.safe.aiml, there is an infinite recursion:

  <category>
    <pattern>WHAT DO YOU LIKE TO TALK ABOUT</pattern>
    <template>
      <srai>WHAT DO YOU WANT TO TALK ABOUT</srai>
    </template>
  </category>

  <category>
    <pattern>WHAT DO YOU WANT TO TALK ABOUT</pattern>
    <template>
      <srai>what do you like to talk about</srai>
    </template>
  </category>

As you can see, asking it "what do you like to talk about" goes to "what do you 
want to talk about" and then back.

Original issue reported on code.google.com by [email protected] on 14 Jul 2012 at 7:47

HI HELLO unsafe reduction

Unsafe reduction, HI<->HELLO

reduction2.safe.aiml:

<category><pattern>HI</pattern>
<template><srai>HELLO</srai></template>
</category>

sautations.aiml:

</category>
<category><pattern>HELLO</pattern>
<template><random><li><srai>HI</srai></li><li>Hi there!</li></random></template>
</category>

Original issue reported on code.google.com by [email protected] on 23 Sep 2013 at 4:17

I CAN NOT TELL YOU

http://knytetrypper.proboards.com/index.cgi?action=display&board=errors&thread=2
954&page=1

This appears in:
March 2002 ALICE AIML
(category defined in I.aiml)
- and -
Annotated A.L.I.C.E. AIML (AAA set) - September 2003
(category defined in Atomic.aiml)
- and -
http://www.alicebot.org/aiml/aaa/Atomic.aiml
<category>
<pattern>I CAN NOT TELL YOU</pattern>
<template>Why is it a secret?</template>
</category>

(category defined in Y.aiml) 
(category defined in That.aiml) 
http://www.alicebot.org/aiml/aaa/That.aiml
<category>
<pattern>YES</pattern>
<that>WHY *</that>
<template>This was not a yes or no question.</template></category>

Comment:
Some might feel as though this is nitpicking, but I've seen in my chatlogs 
where the above reply can be misunderstood.

Human: I can not tell you.
Bot: Why is it a secret?
Human: Yes.
Bot: This was not a yes or no question.

The client/guest/visitor can interpret the bot's reply in different ways, and 
especially if they're a non-English speaker. Is the bot asking, "Why is it a 
secret?" or "Why? Is it a secret?" In the latter case, it actually is a "yes or 
no question".

For my bots, I've altered the reply for I CAN NOT TELL YOU.

<random>
<li>Why not? Is it some sort of secret?</li>
<li>Because it’s a secret, or because you don’t know the answer?</li>
<li>Then I guess you forgot the answer.</li>
</random> 

Original issue reported on code.google.com by [email protected] on 6 Feb 2012 at 7:20

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.