mirror of
https://gitlab.com/vylion/velascobot.git
synced 2025-04-19 21:46:35 +02:00
A Markov chain chatbot test for Telegram, written in Python. (Mirrored from Gitlab)
- It now saves the dictionary of vocabulary directly into the file. No need to deal with the full list of messages. - This also means that the amount of elements kept in memory has been reduced, since there is no need to keep a list with all the words one after another,apart from the dictionary. - Modularized some constants, like the frequency of saves if the frequency of speaking is too large, or the stop words that mark the start and end of a message. |
||
---|---|---|
__pycache__ | ||
.gitignore | ||
chatlog.py | ||
markov.py | ||
velasco.py | ||
velasco.zip |