Skip to content

Commit dd1bfc9

Browse files
authored
Apply pencil edits for blocking issues from PR review
1 parent cb96813 commit dd1bfc9

File tree

1 file changed

+2
-2
lines changed
  • articles/cognitive-services/language-service/custom-text-classification/concepts

1 file changed

+2
-2
lines changed

articles/cognitive-services/language-service/custom-text-classification/concepts/data-formats.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Your Labels file should be in the `json` format below. This will enable you to [
6565

6666
|Key |Placeholder |Value | Example |
6767
|---------|---------|----------|--|
68-
| 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`|
68+
| 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`|
6969
|projectName|`{PROJECT-NAME}`|Project name|myproject|
7070
| storageInputContainerName|`{CONTAINER-NAME}`|Container name|`mycontainer`|
7171
| classes | [] | Array containing all the classes you have in the project. These are the classes you want to classify your documents into.| [] |
@@ -124,7 +124,7 @@ Your Labels file should be in the `json` format below. This will enable you to [
124124
|---------|---------|----------|--|
125125
|projectName|`{PROJECT-NAME}`|Project name|myproject|
126126
| storageInputContainerName|`{CONTAINER-NAME}`|Container name|`mycontainer`|
127-
| 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`|
127+
| 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`|
128128
| classes | [] | Array containing all the classes you have in the project. These are the classes you want to classify your documents into.| [] |
129129
| documents | [] | Array containing all the documents in your project and which class this document belongs to. | [] |
130130
| location | `{DOCUMENT-NAME}` | The location of the documents in the storage container. Since all the documents are in the root of the container this should be the document name.|`doc1.txt`|

0 commit comments

Comments
 (0)