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
In notebook 3 and 5, when creating TextBunch and TextList objects the process fails with error:
TypeError: blank() got an unexpected keyword argument 'disable'
I suspect this is due to a change in the spacy.blank() function not supporting the disable arguement anymore. Could you specify which version of spacy was used in the notebooks?
In notebook 3 and 5, when creating TextBunch and TextList objects the process fails with error:
I suspect this is due to a change in the spacy.blank() function not supporting the disable arguement anymore. Could you specify which version of spacy was used in the notebooks?
full paste of the error:
https://pastebin.com/jZdTKzsh
The text was updated successfully, but these errors were encountered: