changed sentenceprocessing.py to use spaCy instead of NLTK for both aspects
This commit is contained in:
parent
3ae6a301a6
commit
25044d16d4
4 changed files with 26 additions and 60 deletions
|
@ -2,9 +2,6 @@ DISCORD_BOT_TOKEN=token
|
|||
BOT_PREFIX="g."
|
||||
PING_LINE="The Beretta fires fast and won't make you feel any better!"
|
||||
BLACKLISTED_USERS=
|
||||
cooldown=10800
|
||||
hourlyspeak=1318263176134918246
|
||||
ownerid=542701119948849163
|
||||
USERTRAIN_ENABLED="true"
|
||||
showmemenabled="true"
|
||||
NAME="an instance of goober"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue