
Answer-first summary for fast verification
Answer: Creating the sentiment of a statement
## Explanation **Correct Answer: C (Creating the sentiment of a statement)** NLP is used for **analyzing** and **detecting** sentiment in text, not for **creating** sentiment. The other options represent legitimate applications of NLP in finance: **Legitimate NLP applications:** - **A**: Keyword recognition for message classification - **B**: Text categorization (e.g., categorizing news articles, regulatory filings) - **D**: Fraud detection through text analysis of financial documents **Why C is incorrect:** NLP tools are designed to **analyze** and **interpret** existing sentiment in text, not to **generate** or **create** sentiment. Creating sentiment would involve content generation, which is a different application area.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Natural language processing (NLP), sometimes also known as text mining, is an aspect of machine learning that is concerned with understanding and analyzing human language, both written and spoken. NLP has found numerous uses in finance, except:
A
Recognition of specific words to determine the purpose of a message
B
Categorization of a particular piece of text
C
Creating the sentiment of a statement
D
Detecting accounting fraud
No comments yet.