Skip to content

Commit 7ff972f

Browse files
Merge pull request #214738 from aahill/ner-format-update
updating formatting guide
2 parents 2c3c6f2 + e60065c commit 7ff972f

File tree

1 file changed

+5
-3
lines changed
  • articles/cognitive-services/language-service/custom-named-entity-recognition/concepts

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: conceptual
11-
ms.date: 06/03/2022
11+
ms.date: 10/17/2022
1212
ms.author: aahi
1313
ms.custom: language-service-custom-ner, ignite-fall-2021, event-tier1-build-2022
1414
---
@@ -31,9 +31,11 @@ Your Labels file should be in the `json` format below to be used in [importing](
3131
"projectName": "{PROJECT-NAME}",
3232
"multilingual": false,
3333
"description": "Project-description",
34-
"language": "en-us"
34+
"language": "en-us",
35+
"settings": {}
3536
},
3637
"assets": {
38+
"projectKind": "CustomEntityRecognition",
3739
"entities": [
3840
{
3941
"category": "Entity1"
@@ -102,7 +104,7 @@ Your Labels file should be in the `json` format below to be used in [importing](
102104
| `regionOffset` | | The inclusive character position of the start of the text. |`0`|
103105
| `regionLength` | | The length of the bounding box in terms of UTF16 characters. Training only considers the data in this region. |`500`|
104106
| `category` | | The type of entity associated with the span of text specified. | `Entity1`|
105-
| `offset` | | The type of entity associated with the span of text specified. | `25`|
107+
| `offset` | | The start position for the entity text. | `25`|
106108
| `length` | | The length of the entity in terms of UTF16 characters. | `20`|
107109
| `language` | `{LANGUAGE-CODE}` | A string specifying the language code for the document used in your project. If your project is a multilingual project, choose the language code of the majority of the documents. See [Language support](../language-support.md) for more information about supported language codes. |`en-us`|
108110

0 commit comments

Comments
 (0)