textblob
Installation
SKILL.md
TextBlob repo skill
Use this repo skill when a task names TextBlob or asks for a simple Python NLP workflow involving raw text, tokens, sentences, part-of-speech tags, noun phrases, sentiment, spelling, WordNet, word morphology, text classifiers, or TextBlob-compatible custom models.
Do not use this skill for large neural NLP training, transformer pipelines, spaCy pipeline components, annotation platforms, or LLM evaluation unless the request specifically needs TextBlob interoperability.
Setup first
TextBlob installs as a Python package, but many workflows require NLTK corpus data at runtime. In the target environment, a typical setup is: