changed sentenceprocessing.py to use spaCy instead of NLTK for both aspects

This commit is contained in:
WhatDidYouExpect 2025-07-02 01:32:45 +02:00
parent 3ae6a301a6
commit 25044d16d4
4 changed files with 26 additions and 60 deletions

View file

@ -39,5 +39,5 @@ arch = platform.machine()
slash_commands_enabled = False
launched = False
latest_version = "0.0.0"
local_version = "1.0.6"
local_version = "2.0.0a1 (spaCy)"
os.environ['gooberlocal_version'] = local_version