New To Alice and AIML

View: New views
4 Messages — Rating Filter:   Alert me  

New To Alice and AIML

by smith69085 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello all, I'm very new to aiml and completely addicted. I’ve got my head round the basic programming but am really interested in ALICE's ability to run system shell commands and java scripts. I have been using Gaito Bot but can't get it to work. Is there a way to do it or do I need to use something else. Any tips and Examples would be much appreciated.

Re: New To Alice and AIML

by Gary Dubuque :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

If you are interested in stand-alone processing in the Windows environment,
try AIMLpad.  It can run script commands including shelling out to the
system.  It is not a very good web server, but it is a pretty good client
application.  I've added features like time-outs to automatically accept
speech-to-text inputs and it uses the Microsoft text-to-speech engine so you
could just talk to it and have it do things on your computer for you.

-----Original Message-----
From: alicebot-general-bounces@...
[mailto:alicebot-general-bounces@...] On Behalf Of smith69085
Sent: Friday, April 13, 2007 2:29 AM
To: alicebot-general@...
Subject: [alicebot-general] New To Alice and AIML


Hello all, I'm very new to aiml and completely addicted. I've got my head
round the basic programming but am really interested in ALICE's ability to
run system shell commands and java scripts. I have been using Gaito Bot but
can't get it to work. Is there a way to do it or do I need to use something
else. Any tips and Examples would be much appreciated.
--
View this message in context:
http://www.nabble.com/New-To-Alice-and-AIML-tf3570657.html#a9975745
Sent from the Alicebot General mailing list archive at Nabble.com.

_______________________________________________
This is the alicebot-general mailing list
Reply to alicebot-general@...
Unsubscribe and change preferences at
http://list.alicebot.org/mailman/listinfo/alicebot-general
Learn netiquette at http://www.dtcc.edu/cs/rfc1855.html
Learn to read at http://www.literacy.org/


_______________________________________________
This is the alicebot-general mailing list
Reply to alicebot-general@...
Unsubscribe and change preferences at http://list.alicebot.org/mailman/listinfo/alicebot-general
Learn netiquette at http://www.dtcc.edu/cs/rfc1855.html
Learn to read at http://www.literacy.org/

Re: New To Alice and AIML

by R. B. Chandler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

GaitoBot has problems when it comes to adding java scripts. XML Marker
(xmlmarker.com) makes a free xml editor that can be used for AIML. I use
Iframes as part of my bot's response a lot; see example below:
    <category>
        <pattern>ASTEROIDS</pattern>
        <template>
            This is the game you requested. I hope you like it.
            <br/>
            <IFRAME
                NAME = "iframe"
                src =
"http://www.arcade.galacticenterprise.com/Asteroids.html"
                marginwidth = "0"
                marginheight = "0"
                scrolling = "yes"
                width = "615"
                height = "465"
                frameborder = "0"/>
        </template>
    </category>

GaitoBot works well for conversation but you'll need something else,
notepad, an xml editor, or something to add java scripts. - RBC


>-----Original Message-----
>From: alicebot-general-bounces@...
>[mailto:alicebot-general-bounces@...] On Behalf Of smith69085
>Sent: Friday, April 13, 2007 2:29 AM
>To: alicebot-general@...
>Subject: [alicebot-general] New To Alice and AIML
>
>
>Hello all, I'm very new to aiml and completely addicted. I've got my head
>round the basic programming but am really interested in ALICE's ability to
>run system shell commands and java scripts. I have been using Gaito Bot but
>can't get it to work. Is there a way to do it or do I need to use something
>else. Any tips and Examples would be much appreciated.
>--
>View this message in context:
>http://www.nabble.com/New-To-Alice-and-AIML-tf3570657.html#a9975745
>Sent from the Alicebot General mailing list archive at Nabble.com.
>
>_______________________________________________
>This is the alicebot-general mailing list
>Reply to alicebot-general@...
>Unsubscribe and change preferences at
>http://list.alicebot.org/mailman/listinfo/alicebot-general
>Learn netiquette at http://www.dtcc.edu/cs/rfc1855.html
>Learn to read at http://www.literacy.org/
>
>
>_______________________________________________
>This is the alicebot-general mailing list
>Reply to alicebot-general@...
>Unsubscribe and change preferences at
>http://list.alicebot.org/mailman/listinfo/alicebot-general
>Learn netiquette at http://www.dtcc.edu/cs/rfc1855.html
>Learn to read at http://www.literacy.org/

_________________________________________________________________
Exercise your brain! Try Flexicon.
http://games.msn.com/en/flexicon/default.htm?icid=flexicon_hmemailtaglineapril07

_______________________________________________
This is the alicebot-general mailing list
Reply to alicebot-general@...
Unsubscribe and change preferences at http://list.alicebot.org/mailman/listinfo/alicebot-general
Learn netiquette at http://www.dtcc.edu/cs/rfc1855.html
Learn to read at http://www.literacy.org/

Re: New To Alice and AIML

by Ernest Lergon :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

if you're addicted to Perl and like to have a fast bot running on the
Apache/mod_perl server, please try ProgramV ("Alice on Perl").

Server-side Javascript and the <system>-Tag are not supported, but you
can integrate your own Perl-routines in the AIML-files, which in turn
can call all system functions provided by Perl.

Please apply all patches and fixes named in
http://list.alicebot.org/pipermail/alicebot-general/2007-March/010470.html

Ernest

http://virtualitas.net/perl/aiml/







_______________________________________________
This is the alicebot-general mailing list
Reply to alicebot-general@...
Unsubscribe and change preferences at http://list.alicebot.org/mailman/listinfo/alicebot-general
Learn netiquette at http://www.dtcc.edu/cs/rfc1855.html
Learn to read at http://www.literacy.org/