Natural Language Processing with Python Updated EditionChapter 82
Chapter 5: Syntax and Parsing
Section 3 of 4-~ 12 min read-Synced from Cuantum content
- What is the purpose of Parts of Speech (POS) tagging?
- - A) To classify text into categories
- B) To assign grammatical categories to words
- C) To detect named entities in text
- D) To parse the syntactic structure of a sentence
- Which library did we use to implement Named Entity Recognition (NER) in Python?
- - A) NLTK
- B) spaCy
- C) TextBlob
- D) Afinn
- What does a dependency parser do?
- - A) It identifies the grammatical structure of a sentence
- B) It classifies the sentiment of a sentence
- C) It detects named entities in a sentence
- D) It translates text from one language to another