Skip to content

Commit aabb11e

Browse files
committed
edits
1 parent 5aab8cc commit aabb11e

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This documentation contains the following types of articles:
2222
* [**Quickstarts**](quickstart.md) are getting-started instructions to guide you through making requests to the service.
2323
* [**How-to guides**](how-to/call-api.md) contain instructions for using the service in more specific ways.
2424

25-
## Development options
25+
## Get started with entity linking
2626

2727
[!INCLUDE [development-options](includes/development-options.md)]
2828

articles/cognitive-services/language-service/personally-identifiable-information/includes/development-options.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ ms.date: 01/10/2023
99
ms.author: aahi
1010
---
1111

12-
To use language detection, you submit raw unstructured text for analysis and handle the API output in your application. Analysis is performed as-is, with no additional customization to the model used on your data. There are two ways to use language detection:
12+
To use PII detection, you submit raw unstructured text for analysis and handle the API output in your application. Analysis is performed as-is, with no additional customization to the model used on your data. There are two ways to use PII detection:
1313

1414

1515
|Development option |Description |
1616
|---------|---------|
17-
|Language studio | Language Studio is a web-based platform that lets you try entity linking with text examples without an Azure account, and your own data when you sign up. For more information, see the [Language Studio website](https://language.cognitive.azure.com/tryout/detectLanguage) or [language studio quickstart](../../language-studio.md). |
18-
|REST API or Client library (Azure SDK) | Integrate language detection into your applications using the REST API, or the client library available in a variety of languages. For more information, see the [language detection quickstart](../quickstart.md). |
17+
|Language studio | Language Studio is a web-based platform that lets you try entity linking with text examples without an Azure account, and your own data when you sign up. For more information, see the [Language Studio website](https://language.cognitive.azure.com/tryout/pii) or [language studio quickstart](../../language-studio.md). |
18+
|REST API or Client library (Azure SDK) | Integrate PII detection into your applications using the REST API, or the client library available in a variety of languages. For more information, see the [PII detection quickstart](../quickstart.md). |

articles/cognitive-services/language-service/personally-identifiable-information/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ PII comes into two shapes:
2828

2929
[!INCLUDE [Typical workflow for pre-configured language features](../includes/overview-typical-workflow.md)]
3030

31-
## Get started with Personally Identifiable Information detection
31+
## Get started with PII detection
3232

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

articles/cognitive-services/language-service/sentiment-opinion-mining/how-to/call-api.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ ms.custom: language-service-sentiment-opinion-mining, ignite-fall-2021
1717

1818
Sentiment analysis and opinion mining are two ways of detecting positive and negative sentiment. Using sentiment analysis, you can get sentiment labels (such as "negative", "neutral" and "positive") and confidence scores at the sentence and document-level. Opinion Mining provides granular information about the opinions related to words (such as the attributes of products or services) in the text.
1919

20-
> [!TIP]
21-
> If you want to start using this feature, you can follow the [quickstart article](../quickstart.md) to get started. You can also make example requests using [Language Studio](../../language-studio.md) without needing to write code.
22-
23-
2420
## Sentiment Analysis
2521

2622
Sentiment Analysis applies sentiment labels to text, which are returned at a sentence and document level, with a confidence score for each.

0 commit comments

Comments
 (0)