course-nlp icon indicating copy to clipboard operation
course-nlp copied to clipboard

TextBunch and TextList creation fails

Open NeilBotelho opened this issue 4 years ago • 1 comments

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?

full paste of the error: https://pastebin.com/jZdTKzsh

NeilBotelho avatar Jul 05 '21 12:07 NeilBotelho

https://github.com/fastai/course-nlp/issues/3 this version maybe ok. but i cant run notebook3 in win10

Dian-Yi avatar Mar 29 '22 06:03 Dian-Yi