You know how to tokenize text, but now what can you do with it? In this tutorial, you will learn how to use regular expressions along with NLTK.
Lexical Resources and NLP Pipeline
After learning the basics of nltk and how to manipulate corpora, you will learn important concepts in NLP that you will use throughout the following tutorials.
Frequency Distribution in NLTK
After learning about the basics of Text class, you will learn about what is Frequency Distribution and what resources the NLTK library offers.
NLTK Corpus
In the previous NLTK tutorial, you learned what frequency distribution is. Now, you will learn how what a corpus is and how to use it with NLTK.
NLTK Getting Started
This is the first part of the series that will introduce you to the NLTK module. In this tutorial, you will learn how to set up your NLTK and start with some of the functions in the module.