AndreRochaSH

Results 1 comments of AndreRochaSH

Hey, dude try install spacy with >> pip install -U spacy Before that, go to C:\python37\Lib\site-packages\chatterbot and open the file tagging.py and change the code `self.nlp = spacy.load(self.language.ISO_639_1.lower()) ` To...