Skip to content

Commit 77b3a7a

Browse files
committed
more Acrolinx fixes
1 parent 4fb877d commit 77b3a7a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

learn-pr/wwl-data-ai/get-started-ai-fundamentals/includes/5-natural-language-processing.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ Key points to understand about natural language processing (NLP) include:
44

55
- NLP capabilities are based on models that are trained to do particular types of text analysis.
66
- While many natural language processing scenarios are handled by generative AI models today, there are many common text analytics use cases where simpler NLP language models can be more cost-effective.
7-
- Common NLP tasks include *entity extraction* (identifying mentions of entities like people, places, organizations in a document), *text classification* (assigning document to a specific category) - including *sentiment analysis* (determining whether a body of text is positive, negative, or neutral), and language detection (identifying the language in which text is written).
7+
- Common NLP tasks include:
8+
- *Entity extraction* - identifying mentions of entities like people, places, organizations in a document
9+
- *Text classification* - assigning document to a specific category.
10+
- *Sentiment analysis* - determining whether a body of text is positive, negative, or neutral and inferring opinions.
11+
- *Language detection* - identifying the language in which text is written.
812

913
> [!NOTE]
1014
> In this module, we've used the term *natural language processing* (NLP) to describe AI capabilities derive meaning from "ordinary" human language. You might also see this area of AI referred to as *natural language understanding* (NLU).

0 commit comments

Comments
 (0)