Posts by ViniciusY. • 9 points
3 posts
-
0
votes1
answer50
viewsA: chatterbot only delivers a character as response
I found the error, were the files in YAML that for some reason were not being read, nor those of chatterbot-corpus. I redid the training files in json and they worked import json from chatterbot…
-
-1
votes1
answer50
viewsQ: chatterbot only delivers a character as response
I’m studying about the chatterbot and in the first training test appeared that he just handed me the first characters as an answer, someone knows explain to me why? from chatterbot import ChatBot…
-
0
votes0
answers108
viewsQ: Oserror NLTK Forest labeling
I’m doing tests with NLTK for chatbot, and I ended up having an error when I tried to tag a phrase using the Forest after mining data from the internet (this error is also when I tested without the…