AI_ChatBot_Python
AI_ChatBot_Python copied to clipboard
Questions about usage
By using a list for train, how could the processor tell whether the sentance is a Q or an A? How could I use the “intents.json” instead of using a list for train? How could I make a contextual chatbot? Did I miss any demo? Cause I only got 1 runnable py file which was named after "Chatterbot.py".
By using a list for train, how could the processor tell whether the sentance is a Q or an A? How could I use the “intents.json” instead of using a list for train? How could I make a contextual chatbot? Did I miss any demo? Cause I only got 1 runnable py file which was named after "Chatterbot.py".
Oh!! that chatterbot is library you can give only data in list format to this library or just make conversion of dict into list for this library, that contextual chatbot thing is in the Python jupyter notebook that is also present in github, use that to start doing some cool stuff if any issue tell me I will help.