nltkEasy Playground

Natural Language Toolkit: text processing, corpora, classification

Getting started with nltkRun locally
Install
pip install nltk
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: nltk)

nltk is a third-party package. Natural Language Toolkit: text processing, corpora, classification. Install with: pip install nltk

Challenge

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