Natural Language Processing with Python Updated EditionChapter 41

Chapter 1: Introduction to NLP

Section 3 of 8-~ 12 min read-Synced from Cuantum content
  1. What is Natural Language Processing (NLP)?
  2. a) A field of artificial intelligence focused on enabling machines to understand and interpret human language.

b) A method for compressing data.

c) A software for translating languages.

d) A programming language.

  1. Why is NLP important?
  2. a) It helps in performing complex mathematical computations.

b) It enhances communication between humans and machines.

c) It simplifies database management.

d) It improves graphic design.

  1. Which Python library is commonly used for basic NLP tasks such as tokenization and stop word removal?
  2. a) NumPy

b) Pandas

c) NLTK

d) Matplotlib