So I had this wild idea last night to make a feature for my website where people could "talk" to my site mascot in plain english and hold a bizzar conversation with it. (if any of you remeber the DOS program Claude or that parrot program that used to ship with 8bit creative soundcards it'll be like that).

Tonight the rational part of my brain took over and I realized this project is way over my head. My origonal idea was just to set up a big database of words to pattern match then print responses. This would work, but it would not only be bulky (very big database) the canned resposes would also get old fast.

I was hoping someone out there might have undertaken a similar project and could offer some advice. I'm not looking for HAL here. It doesn't really even to make sense most of the time... but it should keep its entertainment value for a while.

Thanks for any help.

In reply to Handicaped perl AI: need advice by Bishma

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.