gunthercox / ChatterBot

ChatterBot is a machine learning, conversational dialog engine for creating chat bots
https://chatterbot.readthedocs.io
BSD 3-Clause "New" or "Revised" License
14.03k stars 4.44k forks source link

Feeding data using yml #1977

Open mahesh-D opened 4 years ago

mahesh-D commented 4 years ago

How to write a yml file which consists same question in different styles but have same answer. Ex: Ques: Where is your location? Your location? what is your location? what location? Ans: It's India

AnAnalogGuy commented 3 years ago

Just add the same question with different answers a couple of times. I.e.

- - What is AI?
  - Artificial Intelligence is the branch of engineering and science devoted to constructing machines that think.
- - What is AI?
  - AI is the field of science which concerns itself with building hardware and software that replicates the functions of the human mind.