Commit graph

4 commits

Author SHA1 Message Date
vylion
1d1bd6034e Uploading Velasco v1.4
- 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.
2017-09-21 15:39:53 +02:00
vylion
810e517757 Uploading Velasco v1.3
- Now starts a message only on the start of a memorized message
- Now does markov chain key lookups with casefold for extra flexibility
- Now saves on /freq change too
- Now updates chat name in chatlog if it changes
2017-09-19 17:58:56 +02:00
vylion
13838527bb Uploaded Velasco v1.2:
- Added /speak command.
- Fixed typo at /freq.
- Fixed setting /freq 0.
2017-09-19 13:50:16 +02:00
vylion
cb33edc3cd Initial commit. Uploading Velasco v1.1 2017-09-19 13:00:56 +02:00