textblobEasy Playground

Simple NLP: sentiment analysis, translation, noun phrases

Getting started with textblobRun locally
Install
pip install textblob && python -m textblob.download_corpora
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: textblob)

textblob is a third-party package. Simple NLP: sentiment analysis, translation, noun phrases. Install with: pip install textblob && python -m textblob.download_corpora

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?