sloria / TextBlob

Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more.
https://textblob.readthedocs.io/
MIT License
9.05k stars 1.13k forks source link

Tutorial: Quickstart needs: from textblob.blob import WordList #389

Open Twenkid opened 3 years ago

Twenkid commented 3 years ago

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