fastai / course-nlp

A Code-First Introduction to NLP course

Home Page:https://www.fast.ai/2019/07/08/fastai-nlp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TextBunch and TextList creation fails

NeilBotelho opened this issue · 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

#3
this version maybe ok. but i cant run notebook3 in win10