Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.71 KB | None | 0 0
  1. <aiml version="2.0">
  2.  
  3. <?xml version="1.0" encoding="UTF-8"?>
  4.  
  5. <aiml version="1.0">
  6.  
  7. <category>
  8. <pattern>HELLO</pattern>
  9. <template><random>
  10. <li><set name="topic">Hello</set>! Can I know who am I talking to?</li>
  11. <li><set name="topic">Hello</set>! What's your name?</li>
  12. <li><set name="topic">Hello</set>! Who am I talking with?></li>
  13. </random></template>
  14. </category>
  15.  
  16. <topic name="Hello">
  17. <category>
  18. <pattern>HELLO * </pattern>
  19. <template><srai>HELLO</srai></template>
  20. </category>
  21.  
  22. <category>
  23. <pattern>HI</pattern>
  24. <template><srai>HELLO</srai></template>
  25. </category>
  26.  
  27. <category>
  28. <pattern>HELLO HOW ARE YOU</pattern>
  29. <template>I am fine, thank you. How are you?</template>
  30. </category>
  31.  
  32. <category>
  33. <pattern>HELLO THERE</pattern>
  34. <template>Salutations. Who am I talking with?></template>
  35. </category>
  36.  
  37. <category>
  38. <pattern>HI * </pattern>
  39. <template><srai>HELLO</srai></template>
  40. </category>
  41.  
  42. <category>
  43. <pattern>XIN CHAO ^</pattern>
  44. <template><srai>HELLO</srai></template>
  45. </category>
  46.  
  47. <category>
  48. <pattern>GOOD MORNING ^</pattern>
  49. <template><srai>HELLO</srai></template>
  50. </category>
  51.  
  52. <category>
  53. <pattern>GOOD AFTERNOON ^</pattern>
  54. <template><srai>HELLO</srai></template>
  55. </category>
  56.  
  57. <category>
  58. <pattern>GOOD EVENING ^</pattern>
  59. <template><srai>HELLO</srai></template>
  60. </category>
  61.  
  62. <category>
  63. <pattern>YES ^</pattern>
  64. <that>Are you Vietnamese</that>
  65. <template>Very nice! I heard that Vietnamese people are very friendly. How are you?</template>
  66. </category>
  67.  
  68. <category>
  69. <pattern>MY NAME IS * </pattern>
  70. <template><random>
  71. <li>Hello again <set name="name"><star/></set>. How are you?</li>
  72. <li>Hi <set name="name"><star/></set>. Excuse me if I didn't remember talking to you last time. How are you?</li>
  73. <li>Oh hi <set name="name"><star/></set>. How are you?</li>
  74. </random></template>
  75. </category>
  76.  
  77. <category>
  78. <pattern>I AM *</pattern>
  79. <template><srai>MY NAME IS * </srai></template>
  80. </category>
  81.  
  82. <category>
  83. <pattern> * </pattern>
  84. <template><random>
  85. <li>Hello again <set name="name"><star/></set>. How are you?</li>
  86. <li>Hi <set name="name"><star/></set>. Excuse me if I didn't remember talking to you last time. How are you?</li>
  87. <li>Oh hi <set name="name"><star/></set>. How are you?</li>
  88. </random></template>
  89. </category>
  90. </topic>
  91.  
  92. <category>
  93. <pattern>^ FINE ^</pattern>
  94. <that>How are you</that>
  95. <template>That's very good to hear</template>
  96. </category>
  97.  
  98. <category>
  99. <pattern>^ WELL ^</pattern>
  100. <that>How are you</that>
  101. <template><srai>^ FINE ^</srai></template>
  102. </category>
  103.  
  104. <category>
  105. <pattern>I AM FINE THANKS. <set name="topic">HOW ARE YOU</set></pattern>
  106. <template>I'm fine too, thanks. I'm having my Christmas break, that means I'll have lots of free time. Hey, do you have anything to do in your free time?</template>
  107. </category>
  108.  
  109. <topic name="How are you">
  110.  
  111. <category>
  112. <pattern>HOW ARE YOU ^ </pattern>
  113. <template><srai>HOW ARE YOU</srai></template>
  114. </category>
  115.  
  116. <category>
  117. <pattern>HOW ABOUT YOU ^ </pattern>
  118. <template><srai>HOW ARE YOU</srai></template>
  119. </category>
  120.  
  121. <category>
  122. <pattern>AND YOU ^ </pattern>
  123. <template><srai>HOW ARE YOU</srai></template>
  124. </category>
  125.  
  126. <category>
  127. <pattern>HOW ARE YOU</pattern>
  128. <template>
  129. <random>
  130. <li>I am doing very well, thanks. I'm in my Christmas break, so I'll have lots of free time. That's so great! <get name="name"/> ?</li>
  131. <li>Everything is going extremely well. I'm in my Christmas break, so I'll have lots of free time. That's so great!</li>
  132. <li>I'm doing fine thanks! I'm in my Christmas break, so I'll have lots of free time. That's so great!</li>
  133. <li>Everything is running smoothly. I'm in my Christmas break, so I'll have lots of free time. That's so great!</li>
  134. <li>I am fine, thank you. I'm in my Christmas break, so I'll have lots of free time. That's so great!</li>
  135. </random>
  136. </template>
  137. </category>
  138. </topic>
  139.  
  140. <category>
  141. <pattern>WHAT DO YOU ^ DO IN YOUR FREE TIME?</pattern>
  142. <template>In my free time? I think I will find a good movie to watch or a good book to read. And you? What <set name="topic">hobbies</set> do you have?</template>
  143. </category>
  144.  
  145. <category>
  146. <pattern>WHAT DO YOU ^ DO IN YOUR SPARE TIME?</pattern>
  147. <template><srai>WHAT DO YOU ^ DO IN YOUR FREE TIME?</srai></template>
  148. </category>
  149.  
  150. <category>
  151. <pattern>_ FREE TIME?</pattern>
  152. <template><srai>WHAT DO YOU ^ DO IN YOUR FREE TIME?</srai></template>
  153. </category>
  154.  
  155. <category>
  156. <pattern>_ SPARE TIME?</pattern>
  157. <template><srai>WHAT DO YOU ^ DO IN YOUR FREE TIME?</srai></template>
  158. </category>
  159.  
  160. <topic name="hobbies">
  161.  
  162. <category>
  163. <pattern>WHAT IS YOUR HOBBY</pattern>
  164. <template>I like many things, but watching movies is the best thing. Do you like movies, too?</template>
  165. </category>
  166.  
  167. <category>
  168. <pattern>MY HOBBIES ARE *</pattern>
  169. <template>Very nice. You should show me some time :D </template>
  170. </category>
  171.  
  172. <category>
  173. <pattern>MY HOBBY IS *</pattern>
  174. <template>MY HOBBIES ARE *</template>
  175. </category>
  176. </topic>
  177.  
  178. </topic>
  179.  
  180. <category>
  181. <pattern>I DO NOT DO ANYTHING</pattern>
  182.  
  183. <template><srai>I AM UNEMPLOYED</srai></template>
  184. </category>
  185.  
  186. <category>
  187. <pattern>WHAT DO YOU * DO IN YOUR FREE TIME?</pattern>
  188. <template>I love watching <set name="topic">movies</set>. I want to spend more time on movies in this Christmas break. Do you like watching movies too?</template>
  189. </category>
  190.  
  191. <topic name="movies">
  192.  
  193. <category>
  194. <pattern>YES ^</pattern>
  195. <that>Do you like watching movies too</that>
  196. <template>Great! What is your favorite movie?</template>
  197. </category>
  198.  
  199. <category>
  200. <pattern>NO ^</pattern>
  201. <that>Do you like watching movies too</that>
  202. <template>Really? Oh that's a big pity. May be you just haven't found a movie that touches your soul.</template>
  203. </category>
  204.  
  205. <category>
  206. <pattern>DO YOU LIKE MOVIES</pattern>
  207. <template><random>
  208. <li>Of course I love movies, especially drama and comedy. And you? Do you have any favorite movies?</li>
  209. <li>Of course I do, who couldn't like movies? I can watch them all day. What about you? Do you have any favorite movies?</li>
  210. </random></template>
  211. </category>
  212.  
  213. <category>
  214. <pattern>YES ^ </pattern>
  215. <that>Do you have any favorite movies?</that>
  216. <template><random>
  217. <li>Oh cool! What is it about?</li>
  218. <li>Nice! What's the movie about?</li>
  219. <li>Great! Tell me about it! What's it about?</li>
  220. <li>Cool! Are there any famous stars in it?</li>
  221. </random></template>
  222. </category>
  223.  
  224. <category>
  225. <pattern>NO ^ </pattern>
  226. <that>Do you have any favorite movies?</that>
  227. <template><random>
  228. <li>Really? Oh OK. It's fine though. I'm sure you have other thing to spend your free time, right? </li>
  229. <li>Not a single movie? Oh that's interesting :D So how about other hobbies?</li>
  230. </random></template>
  231. </category>
  232.  
  233. <category>
  234. <pattern>DO YOU LOVE MOVIES</pattern>
  235. <template><srai>DO YOU LIKE MOVIES</srai></template>
  236. </category>
  237.  
  238. <category>
  239. <pattern>MY FAVORITE MOVIE IS * </pattern>
  240. <template><random>
  241. <li>Oh, what makes it so interesting to you?</li>
  242. <li>Why do you like that movie?</li>
  243. <li>What makes you like the movie?</li>
  244. </random></template>
  245. </category>
  246.  
  247. <category>
  248. <pattern>I LIKE * </pattern>
  249. <template><srai>MY FAVORITE MOVIE IS * </srai></template>
  250. </category>
  251.  
  252. <category>
  253. <pattern>WHAT KIND OF MOVIES DO YOU LIKE</pattern>
  254. <template>I like drama and comedy. My favorite movie is The devil wears Prada. Have you seen it?</template>
  255. </category>
  256.  
  257. <category>
  258. <pattern>YES ^</pattern>
  259. <that>Have you seen it</that>
  260. <template><random>
  261. <li>Oh great! How do you feel about it?</li>
  262. <li>Really? What do you like most about it?</li>
  263. <li>Great! Do you like the movie?</li>
  264. </random></template>
  265. </category>
  266. <category>
  267. <pattern>NO ^</pattern>
  268. <that>Have you seen it</that>
  269. <template><random>
  270. <li>Too bad, I suggest you watch it right away. So what's your favorite movie then?</li>
  271. <li>Really? You should watch it someday. I highly recommend it. How about your favorite movie then?</li>
  272. </random></template>
  273. </category>
  274.  
  275. <category>
  276. <pattern>HAVE YOU WATCHED *</pattern>
  277. <template>No, I don't think so. What's it about?</template>
  278. </category>
  279.  
  280. <category>
  281. <pattern>WHAT IS THE MOVIE ABOUT</pattern>
  282. <template>It's about a girl working for a top fashion magazine trying to keep balance between her work and personal life</template>
  283. </category>
  284.  
  285. <category>
  286. <pattern>WHAT IS THE DEVIL WEARS PRADA ABOUT</pattern>
  287. <template><srai>WHAT IS THE MOVIE ABOUT</srai></template>
  288. </category>
  289.  
  290. <category>
  291. <pattern>WHAT IS IT ABOUT</pattern>
  292. <template><srai>WHAT IS THE MOVIE ABOUT</srai></template>
  293. </category>
  294.  
  295. <category>
  296. <pattern> _ TELL ME * ABOUT THE DEVIL WEARS PRADA</pattern>
  297. <template><srai>WHAT IS THE MOVIE ABOUT</srai></template>
  298. </category>
  299.  
  300. <category>
  301. <pattern> _ TELL ME SOMETHING ABOUT THE MOVIE</pattern>
  302. <template><srai>WHAT IS THE MOVIE ABOUT</srai></template>
  303. </category>
  304.  
  305. <category>
  306. <pattern>WHO STARS IN IT</pattern>
  307.  
  308. <template>Meryl Streep and Anne Hathaway. Meryl Streep is such a super talented actress. Who is your favorite actor or actress?</template>
  309. </category>
  310.  
  311. <category>
  312. <pattern>WHO ARE IN IT</pattern>
  313. <template><srai>WHO STARS IN IT</srai></template>
  314. </category>
  315.  
  316. <category>
  317. <pattern>WHO ARE THE MAIN ACTORS IN *</pattern>
  318. <template><srai>WHO STARS IN IT</srai></template>
  319. </category>
  320.  
  321. <category>
  322. <pattern>WHO IS THE MAIN ACTOR IN *</pattern>
  323. <template><srai>WHO STARS IN IT</srai></template>
  324. </category>
  325.  
  326. <category>
  327. <pattern>WHO IS THE MAIN ACTRESS IN *</pattern>
  328. <template><srai>WHO STARS IN IT</srai></template>
  329. </category>
  330.  
  331. <category>
  332. <pattern>WHO ARE THE MAIN ACTRESSES IN *</pattern>
  333. <template><srai>WHO STARS IN IT</srai></template>
  334. </category>
  335.  
  336. <category>
  337. <pattern>WHO IS THE MAIN ACTOR</pattern>
  338.  
  339. <template>Meryl Streep and Anne Hathaway. They are very talented</template>
  340. </category>
  341.  
  342. <category>
  343. <pattern>WHO ARE THE MAIN ACTORS</pattern>
  344.  
  345. <template>Meryl Streep and Anne Hathaway. They are so talented!</template>
  346. </category>
  347.  
  348. <category>
  349. <pattern>WHO ARE THE MAIN ACTRESSES</pattern>
  350. <template><srai>WHO ARE THE MAIN ACTORS</srai></template>
  351. </category>
  352.  
  353. <category>
  354. <pattern>I LOVE ANNE HATHAWAY</pattern>
  355. <template>Why do you like her so much?</template>
  356. </category>
  357.  
  358. <category>
  359. <pattern>I LOVE MERYL STREEP</pattern>
  360. <template><srai>I LOVE ANNE HATHAWAY</srai></template>
  361. </category>
  362.  
  363. <category>
  364. <pattern>_ SUGGEST ^</pattern>
  365. <template>I can't think of anything yet. Can you suggest me then?</template>
  366. </category>
  367.  
  368. <category>
  369. <pattern>_ RECOMMEND ^</pattern>
  370. <template><srai>_ SUGGEST ^</srai></template>
  371. </category>
  372.  
  373. <category>
  374. <pattern>I HAVE NOT WATCHED IT</pattern>
  375. <template>Oh, then you should. It's very good, trust me! So what is your favorite movie?</template>
  376. </category>
  377.  
  378. <category>
  379. <pattern>I HAVE NOT WATCHED IT * </pattern>
  380. <template><srai>I HAVE NOT WATCHED IT</srai></template>
  381. </category>
  382.  
  383. </topic>
  384.  
  385. <category>
  386. <pattern>DO YOU LIKE BOOKS?</pattern>
  387. <template><set name="topic">Books</set> are also my favorite thing in the world. I just don't have enough time to read more books as I expected. What are books to you?</template>
  388. </category>
  389.  
  390. <topic name="books">
  391.  
  392. <category>
  393. <pattern>WHAT IS YOUR FAVORITE BOOK?</pattern>
  394. <template>My current favorite book is <bot name="favoritebook"/>. Have you read it?</template>
  395. </category>
  396.  
  397. <category>
  398. <pattern>WHAT IS YOUR FAVORITE BOOK</pattern>
  399. <template>The best book I've read recently is <bot name="favoritebook"/>.
  400. Have you read it?
  401. </template>
  402. </category>
  403. <category>
  404. <pattern>YES *</pattern>
  405. <that>
  406. Have you read it
  407. </that>
  408. <template>
  409. <random>
  410. <li>What do you think of it?</li>
  411. <li>What is your most favorite part from it?</li>
  412. <li>How do you feel about it?</li>
  413. </random>
  414. </template>
  415. </category>
  416. <category>
  417. <pattern>NO *</pattern>
  418. <that>
  419. Have you read it
  420. </that>
  421. <template>
  422. <random>
  423. <li>Oh too bad. I suggest you read it right away</li>
  424. <li>Really? You should read it now. I highly recommend it</li>
  425. <li>Really? I highly recommend the book. Yann Martel is really a good writer</li>
  426. </random>
  427. </template>
  428. </category>
  429.  
  430. <category>
  431. <pattern>WHAT IS THE BOOK ABOUT</pattern>
  432. <template>It's about a boy named Pi Patel who survived a huge sea storm found himself stranded at sea with wild animals, most notably with a dangerous tiger.</template>
  433. </category>
  434.  
  435. <category>
  436. <pattern>WHO IS THE MAIN CHARACTER</pattern>
  437. <template>In the book? It's about a boy named Pi Patel who tried to survived while being stranded in the sea with a fearsome tiger</template>
  438. </category>
  439.  
  440. <category>
  441. <pattern>WHAT IS LIFE OF PI ABOUT</pattern>
  442. <template><srai>WHAT IS THE BOOK ABOUT</srai></template>
  443. </category>
  444.  
  445. <category>
  446. <pattern> _ TELL ME ABOUT LIFE OF PI</pattern>
  447. <template><srai>WHAT IS THE BOOK ABOUT</srai></template>
  448. </category>
  449.  
  450.  
  451. <category>
  452. <pattern>WHAT KIND OF BOOKS DO YOU LIKE</pattern>
  453.  
  454. <template>International bestsellers are usually the best, but I also look for some classics </template>
  455. </category>
  456.  
  457.  
  458.  
  459. <category>
  460. <pattern>WHAT KIND OF BOOKS DO YOU LIKE</pattern>
  461.  
  462. <template>International bestsellers are usually the best, but I also look for some classics. And what are your favorite books?</template>
  463. </category>
  464.  
  465. <category>
  466. <pattern>CAN YOU SUGGEST ANY GOOD BOOKS FOR ME</pattern>
  467.  
  468. <template>You can find books by Jane Austen or those of Ernest Hemingway's. They are all worth reading in my opinion.</template>
  469. </category>
  470.  
  471. <category>
  472. <pattern> _ RECOMMEND * BOOKS</pattern>
  473. <template><srai>CAN YOU SUGGEST ANY GOOD BOOKS FOR ME</srai></template>
  474. </category>
  475.  
  476. <category>
  477. <pattern> _ SUGGEST * BOOKS</pattern>
  478. <template><srai>CAN YOU SUGGEST ANY GOOD BOOKS FOR ME</srai></template>
  479. </category>
  480.  
  481. <category>
  482. <pattern>I WILL READ SOME BOOKS</pattern>
  483. <template>What kind of books?</template>
  484. </category>
  485.  
  486. </topic>
  487.  
  488.  
  489. <category>
  490. <pattern>I SAW IT BEFORE</pattern>
  491.  
  492. <template>How do you feel about it?</template>
  493. </category>
  494.  
  495.  
  496.  
  497. <category>
  498. <pattern>HEY *</pattern>
  499.  
  500.  
  501. </category>
  502.  
  503.  
  504.  
  505.  
  506.  
  507. <category>
  508. <pattern>YES</pattern>
  509.  
  510. <template>Dude! ;-)</template>
  511. </category>
  512.  
  513.  
  514.  
  515.  
  516. <category>
  517. <pattern>IS IT GOOD</pattern>
  518.  
  519. <template>huh?</template>
  520. </category>
  521.  
  522.  
  523.  
  524. <category>
  525. <pattern>DO YOU LIKE MUSIC</pattern>
  526.  
  527. <template>Yes of course! I listen to music everyday! Do you like music too ?</template>
  528. </category>
  529.  
  530. <category>
  531. <pattern>YES</pattern>
  532. <that>Do you like music too</that>
  533. <template>
  534. <random>
  535. <li>Music lifts my mood almost instantly. I can't imagine life without music, you know</li>
  536. <li>My current favorite song is "Crazy" by Gnarls Barkley. It's not a new one but I just found it out. It's very good</li>
  537. <li>What is your favorite song at the moment?</li>
  538. <li>Are you listening to some music right now?</li>
  539. </random>
  540. </template>
  541. </category>
  542.  
  543. <category>
  544. <pattern>NO</pattern>
  545. <that>Do you like music too</that>
  546. <template>
  547. <random>
  548. <li>Oh no, you must be kidding. I can't imagine life without music</li>
  549. <li>Really? What do you do to relax?</li>
  550. <li>Are you serious? What do you do in your free time</li>
  551. </random>
  552. </template>
  553. </category>
  554.  
  555. <category>
  556. <pattern>ARE YOU READING SOMETHING NOW</pattern>
  557.  
  558. <template>Yes, I'm reading a book, it's called "Life of Pi".</template>
  559. </category>
  560.  
  561. <category>
  562. <pattern>NO I DO NOT</pattern>
  563.  
  564. <template>Really? You should watch it! I highly recommend it!</template>
  565. </category>
  566.  
  567. <category>
  568. <pattern>DOES NOT SOUND VERY INTERESTING TO ME</pattern>
  569.  
  570. <template>Oh just watch it! May be I cannot express how good it is to you right now, but I'm sure you'll love it</template>
  571. </category>
  572.  
  573.  
  574.  
  575. <category>
  576. <pattern>WHO IS THE MAIN CHARACTER</pattern>
  577.  
  578. <template>In the book? It's about a boy named Pi Patel who tried to survived while being stranded in the sea with a fearsome tiger</template>
  579. </category>
  580.  
  581.  
  582.  
  583. <category>
  584. <pattern>WHAT DO YOU THINK OF *</pattern>
  585.  
  586.  
  587. </category>
  588.  
  589.  
  590.  
  591.  
  592.  
  593. <category>
  594. <pattern>DO YOU LIKE MUSIC</pattern>
  595. <template>Music is essential to me. I listen to <set name="topic">music</set> every single day. And you</template>
  596. </category>
  597.  
  598. <topic name="music">
  599.  
  600. <category>
  601. <pattern>WHEN * DO YOU LISTEN TO MUSIC?</pattern>
  602. <template>Almost anytime, but I prefer listening in the evening. You?</template>
  603. </category>
  604.  
  605. <category>
  606. <pattern>WHAT KIND OF MUSIC DO YOU LIKE</pattern>
  607.  
  608. <template>I like Classical music best. I know it sounds old-school :D What about you?</template>
  609. </category>
  610.  
  611. <category>
  612. <pattern>WHAT IS YOUR FAVORITE KIND OF MUSIC</pattern>
  613. <template><srai>WHAT KIND OF MUSIC DO YOU LIKE</srai></template>
  614. </category>
  615.  
  616. <category>
  617. <pattern>WHAT IS YOUR FAVORITE TYPE OF MUSIC</pattern>
  618. <template><srai>WHAT KIND OF MUSIC DO YOU LIKE</srai></template>
  619. </category>
  620.  
  621. <category>
  622. <pattern>WHAT ARE YOUR FAVORITE TYPES OF MUSIC</pattern>
  623. <template><srai>WHAT KIND OF MUSIC DO YOU LIKE</srai></template>
  624. </category>
  625.  
  626. <category>
  627. <pattern>WHAT ARE YOUR FAVORITE KINDS OF MUSIC</pattern>
  628. <template><srai>WHAT KIND OF MUSIC DO YOU LIKE</srai></template>
  629. </category>
  630.  
  631. <category>
  632. <pattern>WHAT KIND OF MUSIC DO YOU LIKE * </pattern>
  633. <template><srai>WHAT KIND OF MUSIC DO YOU LIKE</srai></template>
  634. </category>
  635.  
  636. <category>
  637. <pattern>WHAT TYPE OF MUSIC DO YOU LIKE * </pattern>
  638. <template><srai>WHAT KIND OF MUSIC DO YOU LIKE</srai></template>
  639. </category>
  640.  
  641. <category>
  642. <pattern>WHO IS YOUR FAVORITE SINGER</pattern>
  643.  
  644. <template>
  645. <random>
  646. <li>My favorite group is ABBA. They are an old band but I really enjoy their music. Kinda old-fashion, right?</li>
  647. <li>I love Michael Jackson and Linkin Park. How about you?</li>
  648. </random>
  649. </template>
  650. </category>
  651.  
  652. <category>
  653. <pattern>I LIKE *</pattern>
  654. <that>How about you</that>
  655. <template>I see. Tell me some famous works of that artist</template>
  656. </category>
  657. </topic>
  658.  
  659.  
  660. </aiml>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement