Skip to content

Commit ad1bbbf

Browse files
committed
updating wording
1 parent 62341c3 commit ad1bbbf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/cognitive-services/language-service/text-analytics-for-health/how-to/call-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: conceptual
11-
ms.date: 11/02/2021
11+
ms.date: 11/18/2021
1212
ms.author: aahi
1313
ms.custom: language-service-health, ignite-fall-2021
1414
---
@@ -95,7 +95,7 @@ When using this feature asynchronously, the API results are available for 24 hou
9595

9696
If a document exceeds the character limit, the API won't process a document that exceeds the maximum size, and will return an invalid document error for it. If an API request has multiple documents, the API will continue processing them if they are within the character limit.
9797

98-
When you send a document larger than 5,120 characters, it will be split by Text Analytics for health into chunks of 5,120 characters. If two entities are present on either side of a split that are related, the model will not be able to detect the relation.
98+
When you send a document larger than 5,120 characters, it will be split by Text Analytics for health into chunks of 5,120 characters. If two entities are present on either side of a split that are related, the model will not be able to detect the relation. To prevent potential relations from being undetected, consider splitting your text into documents of 5,120 characters or less, consisting only of full sentences.
9999

100100
### Rate limits
101101

articles/cognitive-services/language-service/whats-new.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: overview
11-
ms.date: 11/02/2021
11+
ms.date: 11/18/2021
1212
ms.author: aahi
1313
ms.custom: ignite-fall-2021
1414
---
@@ -19,6 +19,8 @@ Azure Cognitive Service for Language is updated on an ongoing basis. To stay up-
1919

2020
## November 2021
2121

22+
* Based on ongoing customer feedback, we have increased the character limit per document for Text Analytics for health from 5,120 to 30,720.
23+
2224
* Azure Cognitive Service for Language release, with support for:
2325
* [Question Answering (now Generally Available)](question-answering/overview.md)
2426
* [Sentiment Analysis and opinion mining](sentiment-opinion-mining/overview.md)
@@ -38,8 +40,6 @@ Azure Cognitive Service for Language is updated on an ongoing basis. To stay up-
3840
> [!NOTE]
3941
> To use this [model version](sentiment-opinion-mining/how-to/call-api.md#specify-the-sentiment-analysis-model), you must specify it in your API calls, using the model version parameter.
4042
41-
* The character limit for Text Analytics for health has been increased from 5,120 to 30,720.
42-
4343
## Next steps
4444

4545
* [What is Azure Cognitive Service for Language?](overview.md)

0 commit comments

Comments
 (0)