ChatterBot
ChatterBot copied to clipboard
fix bug in tagging.py with spacy en model
This PR fixes a bug in the chatterbot/tagging.py file
Implementation
- A description of the bug and solution can be found in this stack overflow thread
- Basically one of the lines in tagging.py is updated to cater for when chatterbot tries to load a model titled
en. It ensures that the correct naming of the English model is used, i.e.en_core_web_sm
- Basically one of the lines in tagging.py is updated to cater for when chatterbot tries to load a model titled
hi everyone how are you doing?