Natural Language Processing With Python's NLTK Package Quiz

Interactive Quiz ⋅ 12 Questions
By Joseph Peart

In this quiz, you’ll test your understanding of Natural Language Processing With Python’s NLTK Package.

By working through these questions, you’ll revisit how to preprocess text by tokenizing, filtering stop words, stemming, and lemmatizing, how to tag parts of speech, chunk phrases, and recognize named entities, and how to analyze text with concordances, dispersion plots, frequency distributions, and collocations.

A solid grasp of these NLP building blocks will help you turn unstructured text into structured data that you can analyze with confidence.

The quiz contains 12 questions and there is no time limit. You’ll get 1 point for each correct answer. At the end of the quiz, you’ll receive a total score. The maximum score is 100%. Good luck!

Related Resources

Tutorial

Natural Language Processing With Python's NLTK Package

In this beginner-friendly tutorial, you'll take your first steps with Natural Language Processing (NLP) and Python's Natural Language Toolkit (NLTK). You'll learn how to process unstructured data in order to be able to analyze it and draw conclusions from it.

basics data-science