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
Is your feature request related to a problem? Please describe.
The first time a user tries to use the SpacyPreprocessor, they hit they following error:
File "<stdin>", line 1, in <module>
File "/Users/braden/anaconda3/lib/python3.7/site-packages/spacy/__init__.py", line 27, in load
return util.load_model(name, **overrides)
File "/Users/braden/anaconda3/lib/python3.7/site-packages/spacy/util.py", line 139, in load_model
raise IOError(Errors.E050.format(name=name))
OSError: [E050] Can't find model 'en_core_web_sm'. It doesn't seem to be a shortcut link, a Python package or a valid path to a data directory.
Describe the solution you'd like
We know the line where the spacy model is called (
Is your feature request related to a problem? Please describe.
The first time a user tries to use the SpacyPreprocessor, they hit they following error:
Describe the solution you'd like
We know the line where the spacy model is called (
snorkel/snorkel/preprocess/nlp.py
Line 62 in 9af1c77
The text was updated successfully, but these errors were encountered: