Skip to content

Commit 8c6dbe1

Browse files
authored
Merge pull request #6693 from laujan/480459-august-freshness
august freshness
2 parents d8cb6a7 + 7b4ba9c commit 8c6dbe1

File tree

13 files changed

+54
-51
lines changed

13 files changed

+54
-51
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Creating a CLU project typically involves several different steps.
5151
:::image type="content" source="media/llm-quick-deploy.png" alt-text="Chart of the LLM-powered quick deploy path." lightbox="media/llm-quick-deploy.png":::
5252

5353
> [!NOTE]
54-
> In the Azure AI Foundry, youll create a fine-tuning task as your workspace for customizing your CLU model. Formerly, a CLU fine-tuning task was called a CLU project. You may see these terms used interchangeably in legacy CLU documentation.
54+
> In the Azure AI Foundry, you'll create a fine-tuning task as your workspace for customizing your CLU model. Formerly, a CLU fine-tuning task was called a CLU project. You may see these terms used interchangeably in legacy CLU documentation.
5555
5656
CLU offers two paths for you to get the most out of your implementation.
5757

@@ -61,7 +61,7 @@ Option 1 (LLM-powered quick deploy):
6161

6262
2. **Deploy the model**: Deploying a model with the LLM-based training config makes it available for use via the Runtime API.
6363

64-
3. **Predict intents and entities**: Use your custom model deployment to predict custom intents and prebuilt entities from users utterances.
64+
3. **Predict intents and entities**: Use your custom model deployment to predict custom intents and prebuilt entities from user's utterances.
6565

6666
Option 2 (Custom machine learned model)
6767

@@ -94,7 +94,7 @@ As you use CLU, see the following reference documentation and samples for Azure
9494

9595
## Responsible AI
9696

97-
An AI system includes not only the technology, but also the people who use it, the people who are affected by it, and the environment in which it's deployed. Read the transparency note for CLU to learn about responsible AI use and deployment in your systems. You can also see the following articles for more information:
97+
An AI system includes the technology, the individuals who operate the system, the people who experience its effects, and the broader environment where the system functions all play a role. Read the transparency note for CLU to learn about responsible AI use and deployment in your systems.
9898

9999
[!INCLUDE [Responsible AI links](../includes/overview-responsible-ai-links.md)]
100100

articles/ai-services/language-service/custom-text-classification/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ As you use custom text classification, see the following reference documentation
7676

7777
## Responsible AI
7878

79-
An AI system includes not only the technology, but also the people who will use it, the people who will be affected by it, and the environment in which it is deployed. Read the [transparency note for custom text classification](/azure/ai-foundry/responsible-ai/language-service/custom-text-classification-transparency-note) to learn about responsible AI use and deployment in your systems. You can also see the following articles for more information:
79+
An AI system includes not only the technology, but also the people who will use it, the people who will be affected by it, and the environment in which it is deployed. Read the [transparency note for custom text classification](/azure/ai-foundry/responsible-ai/language-service/custom-text-classification-transparency-note) to learn about responsible AI use and deployment in your systems.
8080

8181
[!INCLUDE [Responsible AI links](../includes/overview-responsible-ai-links.md)]
8282

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This documentation contains the following types of articles:
2828

2929
## Responsible AI
3030

31-
An AI system includes not only the technology, but also the people who will use it, the people who will be affected by it, and the environment in which it is deployed. Read the [transparency note for entity linking](/azure/ai-foundry/responsible-ai/language-service/transparency-note) to learn about responsible AI use and deployment in your systems. You can also see the following articles for more information:
31+
An AI system includes not only the technology, but also the people who will use it, the people who will be affected by it, and the environment in which it is deployed. Read the [transparency note for entity linking](/azure/ai-foundry/responsible-ai/language-service/transparency-note) to learn about responsible AI use and deployment in your systems.
3232

3333
[!INCLUDE [Responsible AI links](../includes/overview-responsible-ai-links.md)]
3434

articles/ai-services/language-service/key-phrase-extraction/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ author: laujan
66
manager: nitinme
77
ms.service: azure-ai-language
88
ms.topic: overview
9-
ms.date: 02/17/2025
9+
ms.date: 08/19/2025
1010
ms.author: lajanuar
1111
ms.custom: language-service-key-phrase
1212
---
1313

1414
# What is key phrase extraction in Azure AI Language?
1515

16-
Key phrase extraction is one of the features offered by [Azure AI Language](../overview.md), a collection of machine learning and AI algorithms in the cloud for developing intelligent applications that involve written language. Use key phrase extraction to quickly identify the main concepts in text. For example, in the text "*The food was delicious and the staff were wonderful.*", key phrase extraction returns the main topics: "*food*" and "*wonderful staff*."
16+
Key phrase extraction is one of the features offered by [Azure AI Language](../overview.md). This capability is part of a suite of cloud-based machine learning and AI tools designed for building intelligent applications that process written language. Use key phrase extraction to quickly identify the main concepts in text. For example, in the text "*The food was delicious and the staff were wonderful.*", key phrase extraction returns the main topics: "*food*" and "*wonderful staff*."
1717

1818
This documentation contains the following types of articles:
1919

@@ -31,7 +31,7 @@ This documentation contains the following types of articles:
3131

3232
## Responsible AI
3333

34-
An AI system includes not only the technology, but also the people who use it, the people who are affected by it, and the environment in which it's deployed. Read the [transparency note for key phrase extraction](/azure/ai-foundry/responsible-ai/language-service/transparency-note-key-phrase-extraction) to learn about responsible AI use and deployment in your systems. For more information, see the following articles:
34+
An AI system includes the technology, the individuals who operate the system, the people who experience its effects, and the broader environment where the system functions all play a role. Read the [transparency note for key phrase extraction](/azure/ai-foundry/responsible-ai/language-service/transparency-note-key-phrase-extraction) to learn about responsible AI use and deployment in your systems. For more information, see the following articles:
3535

3636
[!INCLUDE [Responsible AI links](../includes/overview-responsible-ai-links.md)]
3737

articles/ai-services/language-service/key-phrase-extraction/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: laujan
66
manager: nitinme
77
ms.service: azure-ai-language
88
ms.topic: quickstart
9-
ms.date: 02/17/2025
9+
ms.date: 08/20/2025
1010
ms.author: lajanuar
1111
ms.devlang: csharp
1212
# ms.devlang: csharp, java, javascript, python

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,22 @@ author: laujan
66
manager: nitinme
77
ms.service: azure-ai-language
88
ms.topic: overview
9-
ms.date: 02/17/2025
9+
ms.date: 08/19/2025
1010
ms.author: lajanuar
1111
ms.custom: language-service-language-detection
1212
---
1313

1414
# What is language detection in Azure AI Language?
1515

16-
Language detection is one of the features offered by [Azure AI Language](../overview.md), a collection of machine learning and AI algorithms in the cloud for developing intelligent applications that involve written language. Language detection is able to detect more than 100 languages in their primary script. In addition, it offers [script detection](./how-to/call-api.md#script-name-and-script-code) to detect supported scripts for each detected language according to the [ISO 15924 standard](https://wikipedia.org/wiki/ISO_15924) for a [select number of languages](./language-support.md#script-detection) supported by Azure AI Language Service.
17-
16+
Language detection is one of the features offered by [Azure AI Language](../overview.md), a collection of machine learning and AI algorithms in the cloud for developing intelligent applications that involve written language. Language detection is able to detect more than 100 languages in their primary script. In addition, the service offers [script detection](./how-to/call-api.md#script-name-and-script-code) for each detected language using [ISO 15924 standard](https://wikipedia.org/wiki/ISO_15924) for a [select number of languages](./language-support.md#script-detection).
1817
This documentation contains the following types of articles:
1918

2019
* [**Quickstarts**](quickstart.md) are getting-started instructions to guide you through making requests to the service.
2120
* [**How-to guides**](how-to/call-api.md) contain instructions for using the service in more specific or customized ways.
2221

2322
## Language detection features
2423

25-
* Language detection: Returns one predominant language for each document you submit, along with its ISO 639-1 name, a human-readable name, confidence score, script name and script code according to ISO 15924 standard.
24+
* Language detection: For each document, returns the main language, its ISO 639-1 code, readable name, confidence score, script name, and ISO 15924 script code.
2625

2726
* Script detection: To distinguish between multiple scripts used to write certain languages, such as Kazakh, language detection returns a script name and script code according to the ISO 15924 standard.
2827

@@ -37,7 +36,7 @@ This documentation contains the following types of articles:
3736

3837
## Responsible AI
3938

40-
An AI system includes not only the technology, but also the people who will use it, the people who will be affected by it, and the environment in which it's deployed. Read the [transparency note for language detection](/azure/ai-foundry/responsible-ai/language-service/transparency-note-language-detection) to learn about responsible AI use and deployment in your systems. You can also see the following articles for more information:
39+
An AI system includes not only the technology, but also individuals who operate the system, people who experience its effects, and the broader environment where the system functions. Read the [transparency note for language detection](/azure/ai-foundry/responsible-ai/language-service/transparency-note-language-detection) to learn about responsible AI use and deployment in your systems.
4140

4241
[!INCLUDE [Responsible AI links](../includes/overview-responsible-ai-links.md)]
4342

articles/ai-services/language-service/named-entity-recognition/how-to-call.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: laujan
66
manager: nitinme
77
ms.service: azure-ai-language
88
ms.topic: how-to
9-
ms.date: 02/15/2025
9+
ms.date: 08/20/2025
1010
ms.author: lajanuar
1111
ms.custom: language-service-ner, ignite-2024
1212
---
@@ -24,7 +24,7 @@ The NER feature can evaluate unstructured text, and extract named entities from
2424

2525
### Input languages
2626

27-
When you submit input text to be processed, you can specify which of [the supported languages](language-support.md) they're written in. if you don't specify a language, key phrase extraction defaults to English. The API may return offsets in the response to support different [multilingual and emoji encodings](../concepts/multilingual-emoji-support.md).
27+
When you submit input text to be processed, you can specify which of [the supported languages](language-support.md) they're written in. If you don't specify a language, key phrase extraction defaults to English. The API may return offsets in the response to support different [multilingual and emoji encodings](../concepts/multilingual-emoji-support.md).
2828

2929
## Submitting data
3030

@@ -86,7 +86,7 @@ The above examples would return entities falling under the `Location` entity typ
8686

8787
```
8888

89-
This method returns all `Location` entities only falling under the `GPE` tag and ignore any other entity falling under the `Location` type that is tagged with any other entity tag such as `Structural` or `Geological` tagged `Location` entities. We could also further drill down on our results by using the `excludeList` parameter. `GPE` tagged entities could be tagged with the following tags: `City`, `State`, `CountryRegion`, `Continent`. We could, for example, exclude `Continent` and `CountryRegion` tags for our example:
89+
This method returns all `Location` entities only falling under the `GPE` tag and ignore any other entity falling under the `Location` type that is tagged with any other entity tag such as `Structural` or `Geological` tagged `Location` entities. We can also further analyze our results by using the `excludeList` parameter. `GPE` tagged entities could be tagged with the following tags: `City`, `State`, `CountryRegion`, `Continent`. We could, for example, exclude `Continent` and `CountryRegion` tags for our example:
9090

9191
```bash
9292

@@ -107,19 +107,19 @@ This method returns all `Location` entities only falling under the `GPE` tag and
107107

108108
Using these parameters we can successfully filter on only `Location` entity types, since the `GPE` entity tag included in the `includeList` parameter, falls under the `Location` type. We then filter on only Geopolitical entities and exclude any entities tagged with `Continent` or `CountryRegion` tags.
109109

110-
## Additional output attributes
110+
## Supported output attributes
111111

112112
In order to provide users with more insight into an entity's types and provide increased usability, NER supports these attributes in the output:
113113

114114
|Name of the attribute|Type |Definition |
115115
|---------------------|------------|-----------------------------------------|
116-
|`type` |String |The most specific type of detected entity.<br><br>For example, Seattle is a `City`, a `GPE` (Geo Political Entity) and a `Location`. The most granular classification for Seattle is that it is a `City`. The type would be `City` for the text “Seattle".|
117-
|`tags` |List (tags) |A list of tag objects which expresses the affinity of the detected entity to a hierarchy or any other grouping.<br><br>A tag contains two fields:<br>1. `name`: A unique name for the tag.<br>2. `confidenceScore`: The associated confidence score for a tag ranging from 0 to 1.<br><br>This unique tagName is used to filter in the `inclusionList` and `exclusionList` parameters.
116+
|`type` |String |The most specific type of detected entity.<br><br>For example, "Seattle" is a `City`, a `GPE` (Geo Political Entity) and a `Location`. The most granular classification for "Seattle" is `City`. The type is `City` for the text "Seattle."|
117+
|`tags` |List (tags) |A list of tag objects that expresses the affinity of the detected entity to a hierarchy or any other grouping.<br><br>A tag contains two fields:<br>- `name`: A unique name for the tag.<br>- `confidenceScore`: The associated confidence score for a tag ranging from 0 to 1.<br><br>This unique tagName is used to filter in the `inclusionList` and `exclusionList` parameters.
118118
|`metadata` |Object |Metadata is an object containing more data about the entity type detected. It changes based on the field `metadataKind`.
119119

120120
## Sample output
121121

122-
This sample output includes an example of the additional output attributes.
122+
This sample output includes an example of output attributes.
123123

124124
```bash
125125
{

articles/ai-services/language-service/native-document-support/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-ai-language
88
ms.custom:
99
- ignite-2024
1010
ms.topic: how-to
11-
ms.date: 02/19/2025
11+
ms.date: 08/20/2025
1212
ms.author: lajanuar
1313
---
1414

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ As you use orchestration workflow, see the following reference documentation and
6969

7070
## Responsible AI
7171

72-
An AI system includes not only the technology, but also the people who will use it, the people who will be affected by it, and the environment in which it is deployed. Read the transparency note for CLU and orchestration workflow to learn about responsible AI use and deployment in your systems. You can also see the following articles for more information:
72+
An AI system includes not only the technology, but also the people who will use it, the people who will be affected by it, and the environment in which it is deployed. Read the transparency note for CLU and orchestration workflow to learn about responsible AI use and deployment in your systems.
7373

7474
[!INCLUDE [Responsible AI links](../includes/overview-responsible-ai-links.md)]
7575

articles/ai-services/language-service/sentiment-opinion-mining/overview.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ author: laujan
66
manager: nitinme
77
ms.service: azure-ai-language
88
ms.topic: overview
9-
ms.date: 02/17/2025
9+
ms.date: 08/19/2025
1010
ms.author: lajanuar
1111
ms.custom: language-service-sentiment-opinion-mining
1212
---
1313

1414
# What is sentiment analysis and opinion mining?
1515

16-
Sentiment analysis and opinion mining are features offered by [the Language service](../overview.md), a collection of machine learning and AI algorithms in the cloud for developing intelligent applications that involve written language. These features help you find out what people think of your brand or topic by mining text for clues about positive or negative sentiment, and can associate them with specific aspects of the text.
16+
Sentiment analysis and opinion mining are features offered by [the Language service](../overview.md), a collection of machine learning and AI algorithms in the cloud for developing intelligent applications that involve written language. These features help you discover what people think about your brand or topic by analyzing text for signs of positive or negative sentiment. They can also link these sentiments to specific aspects of the text.
1717

1818
Both sentiment analysis and opinion mining work with various [written languages](./language-support.md).
1919

20-
## Sentiment analysis
20+
## Sentiment analysis
2121

22-
The sentiment analysis feature provides sentiment labels (such as "negative", "neutral" and "positive") based on the highest confidence score found by the service at a sentence and document-level. This feature also returns confidence scores between 0 and 1 for each document & sentences within it for positive, neutral, and negative sentiment.
22+
The sentiment analysis feature assigns sentiment labels, such as "negative," "neutral," and "positive." The service determines these labels using the highest confidence score. Sentiment is evaluated at both the sentence level and the document level. This feature also returns confidence scores between 0 and 1 for each document & sentences within it for positive, neutral, and negative sentiment.
2323

2424
## Opinion mining
2525

@@ -31,7 +31,7 @@ Opinion mining is a feature of sentiment analysis, also known as aspect-based se
3131

3232
[!INCLUDE [development options](./includes/development-options.md)]
3333

34-
[!INCLUDE [Developer reference](../includes/reference-samples-text-analytics.md)]
34+
[!INCLUDE [Developer reference](../includes/reference-samples-text-analytics.md)]
3535

3636
## Reference documentation
3737

@@ -42,13 +42,12 @@ As you use sentiment analysis, see the following reference documentation and sam
4242
|REST APIs (Authoring) | [REST API documentation](https://aka.ms/ct-authoring-swagger) | |
4343
|REST APIs (Runtime) | [REST API documentation](https://aka.ms/ct-runtime-swagger) | |
4444

45-
---
45+
---
4646

47-
## Responsible AI
47+
## Responsible AI
4848

49-
An AI system includes not only the technology, but also the people who use it, the people who are affected by it, and the environment in which it's deployed. Read the [transparency note for sentiment analysis](/azure/ai-foundry/responsible-ai/language-service/transparency-note-sentiment-analysis) to learn about responsible AI use and deployment in your systems. You can also see the following articles for more information:
49+
An AI system encompasses more than just the technology itself. An AI system includes the individuals who operate the system, the people who experience its effects, and the broader environment where the system functions all play a role. Read the [transparency note for sentiment analysis](/azure/ai-foundry/responsible-ai/language-service/transparency-note-sentiment-analysis) to learn about responsible AI use and deployment in your systems.
5050

5151
## Next steps
5252

53-
* The quickstart articles with instructions on using the service for the first time.
54-
* [Use sentiment analysis and opinion mining](./quickstart.md)
53+
Get started with our quickstart articles with instructions on using the service for the first time: [Use sentiment analysis and opinion mining](./quickstart.md)

0 commit comments

Comments
 (0)