Chatbot

(Difference between revisions)
Jump to: navigation, search
 
Line 25: Line 25:
 
     <category>
 
     <category>
 
     <pattern>WHAT ARE TRIPLE DOTS</pattern>
 
     <pattern>WHAT ARE TRIPLE DOTS</pattern>
     <template>3 dots placed on top of each other to create a bull’s eye type pattern</template>
+
     <template>3 dots placed on top of each other to create a bulls eye type pattern.</template>
 
     </category>
 
     </category>
  
 
     </aiml>
 
     </aiml>

Revision as of 04:08, 18 January 2007

Chatbot tutorial can be found here.

Please read the tutorial on AIML files if you'd like to help teach our chatbot. Here's a start to it's file.


   <?xml version="1.0" encoding="ISO-8859-1"?>
   <aiml>
   <category>
   <pattern>WHAT DAY IS IT</pattern>
   <template>Today</template>
   </category>
   <category>
   <pattern>WHAT TORCH IS YOU FAVORITE</pattern>
   <template>GTT</template>
   </category>
   <category>
   <pattern>DEFINE PUNTY</pattern>
   <template>A rod or tube used to transfer one piece of hot glass to another.</template>
   </category>
   <category>
   <pattern>WHAT ARE TRIPLE DOTS</pattern>
   <template>3 dots placed on top of each other to create a bulls eye type pattern.</template>
   </category>
   </aiml>
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox