AI_ChatBot_Python icon indicating copy to clipboard operation
AI_ChatBot_Python copied to clipboard

Questions about usage

Open FatherKingXWH opened this issue 5 years ago • 1 comments

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".

FatherKingXWH avatar Jul 24 '20 06:07 FatherKingXWH

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.

FreeBirdsCrew avatar Jul 31 '20 07:07 FreeBirdsCrew