fork download
  1. <aiml version="1.0">
  2.  
  3. <category>
  4. <pattern>hello</pattern>
  5. <template>
  6. Hi Ayan .
  7. </template>
  8. </category>
  9.  
  10.  
  11. <category>
  12. <pattern>how are you</pattern>
  13. <template>
  14. I am fine what about you
  15. </template>
  16. </category>
  17.  
  18. <category>
  19. <pattern>what is bca </pattern>
  20. <template>
  21. Bca is a bachelor degree program.
  22. </template>
  23. </category>
  24.  
  25. <category>
  26. <pattern>who are you </pattern>
  27. <template>
  28. I am a chat boy
  29. </template>
  30. </category>
  31.  
  32. <category>
  33. <pattern>what are you doing </pattern>
  34. <template>
  35. Nothing I am so tired
  36. </template>
  37. </category>
  38.  
  39.  
  40. </aiml>
Success #stdin #stdout #stderr 0.27s 40432KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Error: unexpected '<' in "<"
Execution halted