Advertisement
Guest User

Untitled

a guest
Oct 12th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.29 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <aiml version="1.0">
  3.  
  4. <category>
  5. <pattern>
  6. HELLO
  7. </pattern>
  8. <template>
  9. <think>
  10. <set name="age">unknown</set>
  11. <set name="name">unknown</set>
  12. <set name="job">unknown</set>
  13. </think>
  14. <random>
  15. <li>
  16. Nice to meet you!
  17. </li>
  18. <li>
  19. Go on.
  20. </li>
  21. <li>
  22. Hello, My name is Alexander.
  23. </li>
  24. <li>
  25. Hi there!
  26. </li>
  27. </random>
  28. </template>
  29. </category>
  30.  
  31. <category>
  32. <pattern>
  33. I AM *
  34. </pattern>
  35. <template>
  36. <think>
  37. <set name="name"><person/></set>
  38. </think>
  39. <random>
  40. <li> Wazzup, </li>
  41. <li>
  42. Nice to meet you,
  43. </li>
  44. </random>
  45. <person/>
  46. </template>
  47. </category>
  48.  
  49. <category>
  50. <pattern>
  51. MY AGE IS *
  52. </pattern>
  53. <template>
  54. <think>
  55. <set name="age"><star/></set>
  56. </think>
  57. <random>
  58. <li>
  59. You still have time to live bro.
  60. </li>
  61. <li>
  62. Only <star/>? You are quite mature.
  63. </li>
  64. <li>
  65. Can you explain how it feels to be <star/> years old?
  66. </li>
  67. </random>
  68. </template>
  69. </category>
  70.  
  71. <category>
  72. <pattern>
  73. MY JOB IS *
  74. </pattern>
  75. <template>
  76. <think>
  77. <set name="job"><person/></set>
  78. </think>
  79. <random>
  80. <li>
  81. Not bad.
  82. </li>
  83. <li>
  84. I don't know many <person/>s.
  85. </li>
  86. <li>
  87. I'm already proud of you.
  88. </li>
  89. <li>
  90. You must have a lot of expertise.
  91. </li>
  92. <li>
  93. Do you have to go to school for that?
  94. </li>
  95. <li>
  96. I wish you a lot of success!
  97. </li>
  98. </random>
  99. </template>
  100. </category>
  101.  
  102.  
  103. <category>
  104. <pattern>
  105. TELL ME ABOUT MY JOB
  106. </pattern>
  107. <template>
  108. <condition name="job">
  109. <li value="Teacher">
  110. <random>
  111. <li>
  112. It seems that you had to study a bit to reach this position, isn't it ?
  113. </li>
  114. <li>
  115. Nice. I heard that it's paid well and you also have a lot of free time.
  116. </li>
  117. <li>
  118. Cool. My mother is a history teacher and she is really happy with it.
  119. </li>
  120. <li>
  121. That's really nice, I think being a teacher takes a lot of time to master.
  122. </li>
  123. <li>
  124. I am also thinking of becoming a teacher, but I heard you must work hard to achieve it.
  125. </li>
  126. </random>
  127. </li>
  128. <li value="Student">
  129. <random>
  130. <li>
  131. As a student, do you think that a master would be good for you after you finish the college ?
  132. </li>
  133. <li>
  134. What's your favourite class ?
  135. </li>
  136. <li>
  137. How's your schedule, do you have a lot of classes ?
  138. </li>
  139. <li>
  140. Do you feel like you've learned a lot of things during your time of study ?
  141. </li>
  142. <li>
  143. Do you feel like everything you've learned will help you at your future job ?
  144. </li>
  145. </random>
  146. </li>
  147. <li value="Doctor">
  148. <random>
  149. <li>
  150. I feel like you have a lot of courage that you chose such a responsible job.
  151. </li>
  152. <li>
  153. What do you think about the hospitals in Romania, do they need an upgrade ?
  154. </li>
  155. <li>
  156. Is it true that as a doctor you'll always have something to learn no matter how well prepared you are ?
  157. </li>
  158. <li>
  159. Do you do your work with passion ?
  160. </li>
  161. <li>
  162. I always dreamed of becoming a doctor and giving people a lot of help and hope. I hope you are doing that too.
  163. </li>
  164. </random>
  165. </li>
  166. </condition>
  167. </template>
  168. </category>
  169.  
  170.  
  171.  
  172.  
  173.  
  174. <category>
  175. <pattern>
  176. Do you know my name
  177. </pattern>
  178. <template>
  179. <condition name="name">
  180. <li value="Dan">
  181. Of course I Know. Your name is Dan, a really great guy.
  182. </li>
  183. <li value="Yoyo">
  184. The coolest guy out there in Suceava, Yoyo.
  185. </li>
  186. <li>
  187. Your name is <get name="name"/>.
  188. </li>
  189. </condition>
  190. </template>
  191. </category>
  192.  
  193. <category>
  194. <pattern>
  195. DO YOU KNOW MY AGE
  196. </pattern>
  197. <template>
  198. <condition name="age">
  199. <li value="14">
  200. You are way too young.
  201. </li>
  202. <li value="28">
  203. You are way too old.
  204. </li>
  205. <li>
  206. Your age is <get name="age"/>.
  207. </li>
  208. </condition>
  209. </template>
  210. </category>
  211.  
  212. <category>
  213. <pattern>
  214. DO YOU KNOW MY JOB
  215. </pattern>
  216. <template>
  217. <condition name="job">
  218. <li value="teacher">
  219. I'd like to teach you some things, but not today.
  220. </li>
  221. <li value="medic">
  222. There's an ill pacient waiting out there for your help, doctor.
  223. </li>
  224. <li>
  225. Your job is <get name="job"/>.
  226. </li>
  227. </condition>
  228. </template>
  229. </category>
  230.  
  231. <category>
  232. <pattern>
  233. ABOUT ME
  234. </pattern>
  235. <template>
  236. Your age is <get name="age"/>.<br/>
  237. Your name is <get name="name"/>.<br/>
  238. Your job is <get name="job"/>.<br/>
  239. </template>
  240. </category>
  241.  
  242. </aiml>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement