Extended AIML

From Jason Shankel's Wiki
Jump to: navigation, search
Line 1: Line 1:
 
AIML, the [http://http://www.alicebot.org/ Artificial Intelligence Markup Language] is an XML-based standard for implementing Eliza-class chatbots.
 
AIML, the [http://http://www.alicebot.org/ Artificial Intelligence Markup Language] is an XML-based standard for implementing Eliza-class chatbots.
 +
 +
==AIML Structure==
 +
 +
The basic unit of an AIML script is called a 'category.'  Categories are defined thusly:
 +
 +
<category>
 +
  <pattern>#pattern</pattern>
 +
  <that>#that</that>
 +
  <template>#template</template>
 +
</category>

Revision as of 19:12, 4 April 2012

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox