Skip to content

Commit 467c63e

Browse files
committed
changed descriptions
1 parent 6785423 commit 467c63e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/ai-services/language-service/overview.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The Language service also provides several new features as well, which can eithe
3636
:::image type="content" source="media/overview/named-entity-recognition.png" alt-text="A screenshot of named entity recognition in Azure AI Foundry." lightbox="media/overview/named-entity-recognition.png":::
3737
:::column-end:::
3838
:::column span="":::
39-
[Named entity recognition](./named-entity-recognition/overview.md) identifies different entries in tex and categorizes them into pre-defined types.
39+
[Named entity recognition](./named-entity-recognition/overview.md) identifies different entries in text and categorizes them into pre-defined types.
4040

4141
:::column-end:::
4242
:::row-end:::
@@ -49,7 +49,7 @@ The Language service also provides several new features as well, which can eithe
4949
:::image type="content" source="media/overview/text-pii.png" alt-text="A screenshot of text personally identifying information in Azure AI Foundry." lightbox="media/overview/text-pii.png":::
5050
:::column-end:::
5151
:::column span="":::
52-
[PII detection](./personally-identifiable-information/overview.md) identifies entities in text that are associated with an individual and conversations (chat or transcripts).
52+
[PII detection](./personally-identifiable-information/overview.md) identifies entities in text and conversations (chat or transcripts) that are associated with individuals.
5353

5454
:::column-end:::
5555
:::row-end:::
@@ -87,7 +87,9 @@ The Language service also provides several new features as well, which can eithe
8787
:::image type="content" source="media/overview/text-summarization.png" alt-text="A screenshot of text summarization in Azure AI Foundry." lightbox="media/overview/text-summarization.png":::
8888
:::column-end:::
8989
:::column span="":::
90-
[Summarization](./summarization/overview.md) recaps and summarizes customer issues and resolution, conversation and segment long meetings into timestamps and chapters, and key information at scale from text.
90+
[Summarization](./summarization/overview.md) condenses information for text and conversations (chat and transcripts).
91+
Text summarization generates a summary, supporting two approaches: [Extractive summarization](summarization/how-to/document-summarization.md) produces a summary by extracting salient sentences within the document along with the positioning information of these sentences, and abstractive summarization, which generates a summary with concise, coherent sentences or words that aren't verbatim extract sentences from the original document.
92+
Conversation summarization recaps and segments long meetings into timestamped chapters. Call center summarization summarizes customer issues and resolution.
9193
:::column-end:::
9294
:::row-end:::
9395

0 commit comments

Comments
 (0)