adeshpande3 / Facebook-Messenger-Bot

Facebook chatbot that I trained to talk like me using Seq2Seq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dictionary creation in CreateDataset - getWhatsappData

rahulpa38 opened this issue · comments

commented

I am not sure the reason behind the dictionary in getWhatsAppData function, since you are concatenating sent messages and then receive messages but then taking a loop over it and using the condition firstmessage , that's obvious it is going to be your message since you have concatenated that way