Skip to content

Commit 85260b5

Browse files
authored
Merge pull request #256846 from MicrosoftDocs/main
10/31/2023 PM Publish
2 parents 01377d1 + eb58aec commit 85260b5

File tree

83 files changed

+2173
-1555
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+2173
-1555
lines changed

articles/ai-services/document-intelligence/concept-custom-classifier.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ Custom classification models can analyze a single- or multi-file documents to id
3434

3535
* A single file containing multiple instances of the same document. For instance, a collection of scanned invoices.
3636

37-
Training a custom classifier requires at least two distinct classes and a minimum of five samples per class. The model response contains the page ranges for each of the classes of documents identified.
37+
✔️ Training a custom classifier requires at least `two` distinct classes and a minimum of `five` samples per class. The model response contains the page ranges for each of the classes of documents identified.
38+
39+
✔️ The maximum allowed number of classes is `500`. The maximum allowed number of samples per class is `100`.
3840

3941
The model classifies each page of the input document to one of the classes in the labeled dataset. Use the confidence score from the response to set the threshold for your application.
4042

articles/ai-services/language-service/concepts/language-support.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,14 @@ author: aahill
77
manager: nitinme
88
ms.service: azure-ai-language
99
ms.topic: conceptual
10-
ms.date: 03/09/2023
10+
ms.date: 10/24/2023
1111
ms.author: aahi
1212
---
1313

1414
# Language support for Language features
1515

1616
Use this article to learn about the languages currently supported by different features.
1717

18-
> [!NOTE]
19-
> Some of the languages listed below are only supported in some [model versions](../concepts/model-lifecycle.md#choose-the-model-version-used-on-your-data). See the linked feature-level language support article for details.
20-
21-
2218
| Language | Language code | [Custom text classification](../custom-text-classification/language-support.md) | [Custom named entity recognition(NER)](../custom-named-entity-recognition/language-support.md) | [Conversational language understanding](../conversational-language-understanding/language-support.md) | [Entity linking](../entity-linking/language-support.md) | [Language detection](../language-detection/language-support.md) | [Key phrase extraction](../key-phrase-extraction/language-support.md) | [Named entity recognition(NER)](../named-entity-recognition/language-support.md) | [Orchestration workflow](../orchestration-workflow/language-support.md) | [Personally Identifiable Information (PII)](../personally-identifiable-information/language-support.md?tabs=documents) | [Conversation PII](../personally-identifiable-information/language-support.md?tabs=conversations) | [Question answering](../question-answering/language-support.md) | [Sentiment analysis](../sentiment-opinion-mining/language-support.md#sentiment-analysis-language-support) | [Opinion mining](../sentiment-opinion-mining/language-support.md#opinion-mining-language-support) | [Text Analytics for health](../text-analytics-for-health/language-support.md) | [Summarization](../summarization/language-support.md?tabs=document-summarization) | [Conversation summarization](../summarization/language-support.md?tabs=conversation-summarization) |
2319
|:---------------------:|:-------------:|:-------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------:|:-------------------------------------------------------:|:---------------------------------------------------------------:|:---------------------------------------------------------------------:|:--------------------------------------------------------------------------------:|:-----------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------:|:---------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------:|
2420
| Afrikaans | `af` | ✓ | ✓ | ✓ | | ✓ | ✓ | | | ✓ | | | ✓ | ✓ | | | |
@@ -149,7 +145,7 @@ Use this article to learn about the languages currently supported by different f
149145

150146
## See also
151147

152-
See the following service-level language support articles for information on model version support for each language:
148+
See the following service-level language support articles for more information on language support:
153149
* [Custom text classification](../custom-text-classification/language-support.md)
154150
* [Custom named entity recognition(NER)](../custom-named-entity-recognition/language-support.md)
155151
* [Conversational language understanding](../conversational-language-understanding/language-support.md)

articles/ai-services/language-service/entity-linking/language-support.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,17 @@ author: aahill
77
manager: nitinme
88
ms.service: azure-ai-language
99
ms.topic: conceptual
10-
ms.date: 11/02/2021
10+
ms.date: 10/24/2023
1111
ms.author: aahi
1212
ms.custom: language-service-entity-linking, ignite-fall-2021
1313
---
1414

1515
# Entity linking language support
1616

17-
> [!NOTE]
18-
> Languages are added as new model versions are released for specific features. The current model version for Entity Linking is `2020-02-01`.
19-
20-
| Language | Language code | v3 support | Starting with v3 model version: | Notes |
21-
|:---------|:-------------:|:----------:|:-----------------------------------------:|:-----:|
22-
| English | `en` || 2019-10-01 | |
23-
| Spanish | `es` || 2019-10-01 | |
17+
| Language | Language code | Notes |
18+
|:---------|:-------------:|:-----:|
19+
| English | `en` | |
20+
| Spanish | `es` | |
2421

2522
## Next steps
2623

0 commit comments

Comments
 (0)