You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use the Spacy layer, but it's not working. The following code:
nlp=spacy.load('/opt/en_core_web_sm-2.2.5')
Raises the following error: It doesn't seem to be a shortcut link, a Python package or a valid path to a data directory. I've listed what is inside the /opt directory, and there are only python dependencies within the python/ directory.
I have tried to use the layer for both Python37 and Python38.