NLTK is a suite of libraries and programs for Natural Language Processing (NLP). NLTK includes graphical demonstrations and sample data. NLTK supports classification, tokenization, stemming, tagging, parsing, and semantic reasoning functionalities.
Open Anaconda Prompt (or terminal) and enter the following command
using pip
:
pip install -U nltk
or using conda
:
conda install nltk
- Tokenizing Words and Sentences
- Stop Words
- Stemming Words
- Part of Speech Tagging
- Lemmatizing
- Corpora
- Wordnet