TextBlob icon indicating copy to clipboard operation
TextBlob copied to clipboard

Tutorial: Quickstart needs: from textblob.blob import WordList

Open Twenkid opened this issue 3 years ago • 0 comments

Hello! I was trying out the examples from the https://textblob.readthedocs.io/en/dev/quickstart.html and I discovered that it required: textblob.blob import WordList before the WordList usage, else: NameError: name 'WordList' is not defined

https://github.com/Twenkid/GPT2-Bulgarian-Training-Tips-and-Tools/blob/main/tools/textblob/tb.py

Kind regards

Twenkid avatar Jul 12 '21 14:07 Twenkid