gunthercox / chatterbot-corpus

A multilingual dialog corpus
http://chatterbot-corpus.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.36k stars 1.15k forks source link

Feeding data using yml #186

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

sesseor commented 3 years ago
- - Where is your location?
- It's India
- - Your location?
- It's India
- - what is your location?
- It's India
- - what location?
- It's India