issues
search
thijsfranck
/
courageous-comets
This is the workspace of the Courageous Comets team for the Python Discord Summer Code Jam 2024! ☄️
https://thijsfranck.github.io/courageous-comets/
MIT License
2
stars
0
forks
source link
feat: add api to store word frequency on redis
#23
Closed
elfkuzco
closed
3 months ago
elfkuzco
commented
3 months ago
Changes
split sentences/messages into stemmed words
add function to count the frequency of a word in a list of words
set up a key schema generator for redis data
add api to update token counts for a guild on Redis
Changes