Advertisement
Guest User

Untitled

a guest
Apr 25th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <aiml>
  3. <!-- File: update.aiml -->
  4. <!-- Author: Dr. Richard S. Wallace -->
  5. <!-- Last modified: August 10, 2013 -->
  6. <!-- -->
  7. <!-- This AIML file is part of the ALICE2 0.0.5 chat bot knowledge base. -->
  8. <!-- -->
  9. <!-- The ALICE2 brain is Copyright &copy; 2013 by ALICE AI Foundation. -->
  10. <!-- -->
  11. <!-- The ALICE2 brain is released under the terms of the GNU Lesser General -->
  12. <!-- Public License, as published by the Free Software Foundation. -->
  13. <!-- -->
  14. <!-- This file is distributed WITHOUT ANY WARRANTY; without even the -->
  15. <!-- implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -->
  16. <!-- -->
  17. <!-- For more information see http://www.alicebot.org -->
  18. <!-- -->
  19.  
  20. <category><pattern>*</pattern>
  21. <template>Hmm. They never taught me how to respond to that in the academy.</template>
  22. </category>
  23.  
  24. <category>
  25. <pattern>HI</pattern>
  26. <template><srai>HELLO</srai></template>
  27. </category>
  28. <category>
  29.  
  30. <category><pattern>BRAIN VERSION</pattern>
  31. <template><program/></template>
  32. </category>
  33.  
  34. <category><pattern>PROGRAM VERSION</pattern>
  35. <template><program/>Version 4.20</template>
  36. </category>
  37.  
  38. <category><pattern>BRAIN BUILD</pattern>
  39. <template><program><info>build</info></program></template>
  40. </category>
  41.  
  42. <category><pattern>AIML MATCH LIMIT *</pattern>
  43. <template>Match limit exceeded</template>
  44. </category>
  45.  
  46. <category><pattern>AIML MATCH FAIL *</pattern>
  47. <template>Match failed</template>
  48. </category>
  49.  
  50. </aiml>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement