SGK

Results 6 comments of SGK

There are countless forks of chatterbot, you can try my fork if you wish. https://github.com/ShoneGK/ChatterPy Note that this fork also should work on newer versions of python

looks like you're getting the error `error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/` try going to https://visualstudio.microsoft.com/visual-cpp-build-tools/ and installing the...

I would recommend using a maintained fork of chatterbot as this repo isn't really updated anymore. you can try my fork : https://github.com/ShoneGK/ChatterPy

try running ```python -m spacy download en_core_web_sm``` in a terminal, this should install the spacy model

I would recommend using a maintained fork of chatterbot as this repo isn't really updated anymore. you can try my fork : https://github.com/ShoneGK/ChatterPy

Thank you so much for commenting. I was busy with school so i didn't get a chance to look into this. Im looking for a workaround but I suspect that...