Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WHAT KIND OF MOVIE/MOVES DO YOU LIKE #3

Open
GoogleCodeExporter opened this issue Aug 25, 2015 · 0 comments
Open

WHAT KIND OF MOVIE/MOVES DO YOU LIKE #3

GoogleCodeExporter opened this issue Aug 25, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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 thunder5...@gmail.com on 6 Feb 2012 at 7:17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant