Natural Language Processing with Python Updated EditionChapter 174
Chapter 12: Project: News Aggregator
Section 5 of 7-~ 12 min read-Synced from Cuantum content
- What is the primary function of a news aggregator chatbot?
- - A) To generate creative writing pieces
- B) To fetch, categorize, and summarize news articles
- C) To analyze financial data
- D) To provide medical diagnoses
- Which library is commonly used for text preprocessing tasks like tokenization and stop word removal?
- - A) NumPy
- B) Pandas
- C) NLTK
- D) Matplotlib
- What is topic modeling in the context of a news aggregator?
- - A) Predicting the sentiment of a news article
- B) Summarizing the main points of a news article
- C) Identifying the main topics present in a collection of news articles
- D) Generating news articles based on given keywords