utf-8 codec can t decode byte 0x93 in position 249 invalid start byte

0 votes
from chatterbot import ChatBot

from chatterbot.trainers import ChatterBotCorpusTrainer

chatbot=ChatBot('corona bot')

trainer = ChatterBotCorpusTrainer(chatbot)

trainer.train("chatterbot.corpus.english.greetings",

              "chatterbot.corpus.english.conversations" )

  

response = chatbot.get_response('What is your Number')

print(response)

response = chatbot.get_response('Who are you?')

print(response)
Sep 17, 2022 in Python by Jash

edited Mar 4 32 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP