Files
freeCodeCamp/guide/english/data-science-tools/nltk/index.md
Cindy Barrientos 290310dbc3 Create index.md for NLTK (#21619)
* Create index.md

* Rename guide/english/data-science-tools/NLTK/index.md to guide/english/data-science-tools/nltk/index.md
2018-12-05 17:59:22 -08:00

464 B

title
title
Natural Language Took Kit

NLTK

Natural Language Tool Kit is a popular natural language processing suite of libraries for English in the Python language. It is an excellent resource for text mining and analysis.

More Information:

  1. NLTK book
  2. NLTK documentation
  3. Getting started with NLTK, Part 1