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.
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.
Copyright © 2021 Jogjafile Inc.