TextBlob
TextBlob copied to clipboard
Tutorial: Quickstart needs: from textblob.blob import WordList
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