Natural Language Processing with Python Updated EditionChapter 41
Chapter 1: Introduction to NLP
Section 3 of 8-~ 12 min read-Synced from Cuantum content
- What is Natural Language Processing (NLP)?
- 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.
- Why is NLP important?
- 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.
- Which Python library is commonly used for basic NLP tasks such as tokenization and stop word removal?
- a) NumPy
b) Pandas
c) NLTK
d) Matplotlib