Skip to content

Commit 3f684fb

Browse files
authored
Apply pencil edits for blocking issues from PR review
1 parent 974f4d5 commit 3f684fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/cognitive-services/language-service/custom-named-entity-recognition/concepts/data-formats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Your Labels file should be in the `json` format below to be used in [importing](
9393

9494
|Key |Placeholder |Value | Example |
9595
|---------|---------|----------|--|
96-
| `multilingual` | `true`| A boolean value that enables you to have documents in multiple languages in your dataset and when your model is deployed you can query the model in any supported language (not necessarily included in your training documents. See [language support](../language-support.md#multi-lingual-option) to learn more about multilingual support. | `true`|
96+
| `multilingual` | `true`| A boolean value that enables you to have documents in multiple languages in your dataset and when your model is deployed you can query the model in any supported language (not necessarily included in your training documents). See [language support](../language-support.md#multi-lingual-option) to learn more about multilingual support. | `true`|
9797
|`projectName`|`{PROJECT-NAME}`|Project name|`myproject`|
9898
| storageInputContainerName|`{CONTAINER-NAME}`|Container name|`mycontainer`|
9999
| `entities` | | Array containing all the entity types you have in the project. These are the entity types that will be extracted from your documents into.| |

articles/cognitive-services/language-service/custom-named-entity-recognition/how-to/tag-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Use the following steps to label your data:
8787
> If you are planning on using **Automatic** data splitting, use the default option of assigning all the documents into your training set.
8888
8989
7. Under the **Distribution** pivot you can view the distribution across training and testing sets. You have two options for viewing:
90-
* *Total instances * where you can view count of all labeled instances of a specific entity type.
90+
* *Total instances* where you can view count of all labeled instances of a specific entity type.
9191
* *documents with at least one label* where each document is counted if it contains at least one labeled instance of this entity.
9292

9393
7. When you're labeling, your changes will be synced periodically, if they have not been saved yet you will find a warning at the top of your page. If you want to save manually, click on **Save labels** button at the bottom of the page.

0 commit comments

Comments
 (0)