feat: Custom dictionary and stop word in word cloud support

This commit is contained in:
LWR
2023-05-07 23:21:31 +08:00
parent 3a24802eb6
commit 22abe91380
3 changed files with 27 additions and 0 deletions

2
.gitignore vendored
View File

@@ -1,6 +1,8 @@
.idea
venv
logs
userdict.txt
stopword.txt
starbot/commands/private
main.py