Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 604 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 604 Bytes

Natural Language Toolkit (NLTK)

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.

Installation

Open Anaconda Prompt (or terminal) and enter the following command

using pip:

pip install -U nltk

or using conda:

conda install nltk

Topics:

  • Tokenizing Words and Sentences
  • Stop Words
  • Stemming Words
  • Part of Speech Tagging
  • Lemmatizing
  • Corpora
  • Wordnet