Python Markov Chain chatbot running on Telegram
Hanasubot (Japanese 話すボット, talking bot) is a Python chatbot running on Telegram. The bot is based on Markov Chains so it can learn your word instantly, unlike neural network chatbots which require training. It uses a modified version of markovify library for that purporse. However, the output may not make sense at all, though it can sometimes generate hilarious replies. In theory, the bot can learn in any languages, but for some languages word segmentation is required. The bot currently […]
Read more