Closed aryehgigi closed 1 year ago
Thanks @aryehgigi
it failed beacuse nlp
was a spacy model instead of str
here -> self.nlp = spacy.load(nlp..
?
yes. and then again at download(nlp)
inside the catch block (this catch block is intended to catch the case where the str given is of a model that wasnt downloaded before - not for an nlp object (spacy.Language type) case)
fixes #30