ner = spacy.load(model_path)

I am running the above command and model_path has path to trained model. I am getting error

AttributeError: 'NoneType' object has no attribute 'full'.

I have downloaded the en_core_web_trf model.

0

There are 0 best solutions below