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.43k forks source link

Create and train dataset by scrapping websites? #2101

Open saileshkush95 opened 3 years ago

saileshkush95 commented 3 years ago

Can I use this package to automatically create and train dataset by scrapping whole website. Suppose I just develop chat bot using this package. Now I want to create and train dataset, once I integrate in any website.

AnAnalogGuy commented 3 years ago

Can I use this package to automatically create and train dataset by scrapping whole website No. And it wouldn't make sense as you should train the bot with some questions-answers structured dialogs. Best approach to train a bot always is to use dialogs from the actual or a very similar use case.