из импорта в чат-бот/ Users / XXX / Рабочий стол / chatterbot-corpus-master / chatterbot_corpus / data / english / '
для файла в os.listdir (corpus_path): trainer.train (corpus_path + file)
в то время как True: message = input ('You:') print (message), если message.strip () == 'Bye': print ('ChatBot: Bye') break else: reply = bot.get_response (message) print ('ChatBot: ', ответить)