Skip to content

Commit 61d9194

Browse files
author
Sherry Yang
committed
Update based on feedback.
1 parent 59f8537 commit 61d9194

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

learn-pr/wwl-data-ai/introduction-language/includes/2-how-it-works.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ For example, consider this phrase from a famous US presidential speech: `"we cho
1717

1818
Notice that `"to"` (token number 3) is used twice in the corpus. The phrase `"we choose to go to the moon"` can be represented by the tokens :::no-loc text="{1,2,3,4,3,5,6}":::.
1919

20+
2021
> [!NOTE]
2122
> We've used a simple example in which tokens are identified for each distinct word in the text. However, consider the following concepts that may apply to tokenization depending on the specific kind of NLP problem you're trying to solve:
2223
>

learn-pr/wwl-data-ai/introduction-language/includes/3-semantic-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ Common NLP tasks supported by language models include:
2929
- Summarization, in which the main points of a large body of text are summarized.
3030
- Conversational AI solutions such as *bots* or *digital assistants* in which the language model can interpret natural language input and return an appropriate response.
3131

32-
Next, let's learn more about the capabilities made possible by langauge models.
32+
Next, let's learn more about the capabilities made possible by language models.

learn-pr/wwl-data-ai/introduction-language/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
uid: learn.wwl.introduction-language
33
metadata:
44
title: Introduction to natural language processing concepts
5-
description: "Introduction to natural language processing concepts"
5+
description: "Natural language processing (NLP) supports applications that can see, hear, speak with, and understand users. In this module you learn about the concepts that make NLP possible."
66
ms.date: 5/21/2025
77
author: wwlpublish
88
ms.author: sheryang
@@ -13,7 +13,7 @@ metadata:
1313
ms.service: azure-ai-language
1414
ai-usage: ai-assisted
1515
title: Introduction to natural language processing concepts
16-
summary: Explore natural language processing (NLP).
16+
summary: Natural language processing (NLP) supports applications that can see, hear, speak with, and understand users. In this module you learn about the concepts that make NLP possible.
1717
abstract: Explore natural language processing (NLP).
1818
prerequisites: Ability to navigate the Azure portal
1919
iconUrl: /learn/achievements/analyze-text-with-text-analytics-service.svg
Binary file not shown.

0 commit comments

Comments
 (0)