Skip to content

Commit 98e19f8

Browse files
committed
Review fixes
1 parent a0d7c0e commit 98e19f8

5 files changed

Lines changed: 15 additions & 15 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: language-service-ner, ignite-fall-2021
1313
---
1414

1515

16-
# How to use Named Entity Recognition(NER)
16+
# How to use Named Entity Recognition (NER)
1717

1818
The NER feature can evaluate unstructured text, and extract named entities from text in several predefined categories, for example: person, location, event, product, and organization.
1919

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

8888
```
8989

90-
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:
90+
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:
9191

9292
```bash
9393

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ CPU core and memory correspond to the `--cpus` and `--memory` settings, which ar
5050

5151
The Named Entity Recognition container image can be found on the `mcr.microsoft.com` container registry syndicate. It resides within the `azure-cognitive-services/textanalytics/` repository and is named `ner`. The fully qualified container image name is, `mcr.microsoft.com/azure-cognitive-services/textanalytics/ner`
5252

53-
To use the latest version of the container, you can use the `latest` tag, which is for english. You can also find a full list of containers for supported languages using the [tags on the MCR](https://mcr.microsoft.com/product/azure-cognitive-services/textanalytics/ner/tags).
53+
To use the latest version of the container, you can use the `latest` tag, which is for English. You can also find a full list of containers for supported languages using the [tags on the MCR](https://mcr.microsoft.com/product/azure-cognitive-services/textanalytics/ner/tags).
5454

5555
The latest Named Entity Recognition container is available in several languages. To download the container for the English container, use the command below.
5656

@@ -104,7 +104,7 @@ Use the host, `http://localhost:5000`, for container APIs.
104104

105105
[!INCLUDE [Container's API documentation](../../../../../includes/cognitive-services-containers-api-documentation.md)]
106106

107-
For information on how to call NER see [our guide](../how-to-call.md)
107+
For information on how to call NER see [our guide](../how-to-call.md).
108108

109109
## Run the container disconnected from the internet
110110

articles/ai-services/language-service/summarization/how-to/conversation-summarization.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ curl -i -X POST https://<your-language-resource-endpoint>/language/analyze-conve
175175
```
176176

177177
2. Make the following changes in the command where needed:
178-
- Replace the value `your-value-language-key` with your key.
179-
- Replace the first part of the request URL `your-language-resource-endpoint` with your endpoint URL.
178+
- Replace the value `your-value-language-key` with your key.
179+
- Replace the first part of the request URL `your-language-resource-endpoint` with your endpoint URL.
180180

181181
3. Open a command prompt window (for example: BASH).
182182

@@ -361,8 +361,8 @@ curl -i -X POST https://<your-language-resource-endpoint>/language/analyze-conve
361361
```
362362

363363
2. Make the following changes in the command where needed:
364-
- Replace the value `your-language-resource-key` with your key.
365-
- Replace the first part of the request URL `your-language-resource-endpoint` with your endpoint URL.
364+
- Replace the value `your-language-resource-key` with your key.
365+
- Replace the first part of the request URL `your-language-resource-endpoint` with your endpoint URL.
366366

367367
3. Open a command prompt window (for example: BASH).
368368

@@ -521,8 +521,8 @@ curl -i -X POST https://<your-language-resource-endpoint>/language/analyze-conve
521521
```
522522

523523
2. Make the following changes in the command where needed:
524-
- Replace the value `your-language-resource-key` with your key.
525-
- Replace the first part of the request URL `your-language-resource-endpoint` with your endpoint URL.
524+
- Replace the value `your-language-resource-key` with your key.
525+
- Replace the first part of the request URL `your-language-resource-endpoint` with your endpoint URL.
526526

527527
3. Open a command prompt window (for example: BASH).
528528

articles/ai-services/language-service/summarization/how-to/document-summarization.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ curl -i -X POST https://<your-language-resource-endpoint>/language/analyze-text/
125125
If you don't specify `sentenceCount`, the model determines the summary length. Note that `sentenceCount` is the approximation of the sentence count of the output summary, range 1 to 20.
126126

127127
2. Make the following changes in the command where needed:
128-
- Replace the value `your-language-resource-key` with your key.
129-
- Replace the first part of the request URL `your-language-resource-endpoint` with your endpoint URL.
128+
- Replace the value `your-language-resource-key` with your key.
129+
- Replace the first part of the request URL `your-language-resource-endpoint` with your endpoint URL.
130130

131131
3. Open a command prompt window (for example: BASH).
132132

@@ -279,8 +279,8 @@ curl -i -X POST https://<your-language-resource-endpoint>/language/analyze-text/
279279
### Using the summaryParameter
280280
For the `summaryLength` parameter, three values are accepted:
281281
* short: Generates a summary of mostly 2-3 sentences, with around 120 tokens.
282-
* medium : Generates a summary of mostly 4-6 sentences, with around 170 tokens.
283-
* long : Generates a summary of mostly over 7 sentences, with around 210 tokens.
282+
* medium: Generates a summary of mostly 4-6 sentences, with around 170 tokens.
283+
* long: Generates a summary of mostly over 7 sentences, with around 210 tokens.
284284

285285
## Service and data limits
286286

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: What is document and conversation summarization (preview)?
2+
title: What is document and conversation summarization?
33
titleSuffix: Azure AI services
44
description: Learn about summarizing text.
55
services: cognitive-services

0 commit comments

Comments
 (0)