Guest User

Untitled

a guest
Dec 12th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. ## intent:goodbye <!--- The label of the intent -->
  2. - Bye <!--- Training examples for intent 'bye'-->
  3. - Goodbye
  4. - See you later
  5. - Bye bot
  6. - Goodbye friend
  7. - bye
  8. - bye for now
  9. - catch you later
  10. - gotta go
  11. - See you
  12. - goodnight
  13. - have a nice day
  14. - i'm off
  15. - see you later alligator
  16. - we'll speak soon
  17.  
  18. ## intent:greet
  19. - Hi
  20. - Hey
  21. - Hi bot
  22. - Hey bot
  23. - Hello
  24. - Good morning
  25. - hi again
  26. - hi folks
  27. - hi Mister
  28. - hi pal!
  29. - hi there
  30. - greetings
  31. - hello everybody
  32. - hello is anybody there
  33. - hello robot
  34.  
  35. ## intent:thanks
  36. - Thanks
  37. - Thank you
  38. - Thank you so much
  39. - Thanks bot
  40. - Thanks for that
  41. - cheers
  42. - cheers bro
  43. - ok thanks!
  44. - perfect thank you
  45. - thanks a bunch for everything
  46. - thanks for the help
  47. - thanks a lot
  48. - amazing, thanks
  49. - cool, thanks
  50. - cool thank you
  51.  
  52. ## intent:affirm
  53. - yes
  54. - yes sure
  55. - absolutely
  56. - for sure
  57. - yes yes yes
  58. - definitely
  59.  
  60.  
  61. ## intent:name
  62. - My name is [Juste](name) <!--- Square brackets contain the value of entity while the text in parentheses is a a label of the entity -->
  63. - I am [Josh](name)
  64. - I'm [Lucy](name)
  65. - People call me [Greg](name)
  66. - It's [David](name)
  67. - Usually people call me [Amy](name)
  68. - My name is [John](name)
  69. - You can call me [Sam](name)
  70. - Please call me [Linda](name)
  71. - Name name is [Tom](name)
  72. - I am [Richard](name)
  73. - I'm [Tracy](name)
  74. - Call me [Sally](name)
  75. - I am [Philipp](name)
  76. - I am [Charlie](name)
  77.  
  78.  
  79. ## intent:joke
  80. - Can you tell me a joke?
  81. - I would like to hear a joke
  82. - Tell me a joke
  83. - A joke please
  84. - Tell me a joke please
  85. - I would like to hear a joke
  86. - I would loke to hear a joke, please
  87. - Can you tell jokes?
  88. - Please tell me a joke
  89. - I need to hear a joke
Add Comment
Please, Sign In to add comment