NLTK
Natural language toolkit for Python.
NLTK is the long-established Python library for classical NLP: tokenisation, stemming, part-of-speech tagging, parsing, and corpora. It is widely used in teaching and remains useful for older NLP workflows on Linux.
Install
pip install nltk
