Skip to content

Commit 2cc6ad2

Browse files
committed
wording
1 parent 03a171b commit 2cc6ad2

File tree

1 file changed

+2
-2
lines changed
  • articles/cognitive-services/language-service/text-summarization/how-to

1 file changed

+2
-2
lines changed

articles/cognitive-services/language-service/text-summarization/how-to/call-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ There is another feature in Azure Cognitive Service for Language, [key phrases e
3939
* key phrase extraction returns phrases while extractive summarization returns sentences
4040
* extractive summarization returns sentences together with a rank score, and. Top ranked sentences will be returned per request
4141
* extractive summarization also returns the following positional information:
42-
* offset: The start position of one extracted sentence, and
43-
* Length: is the length of one extracted sentence
42+
* offset: The start position of each extracted sentence, and
43+
* Length: is the length of each extracted sentence.
4444

4545

4646
## Determine how to process the data (optional)

0 commit comments

Comments
 (0)