Skip to content

Commit be38111

Browse files
authored
Fixed typo
1 parent c494a37 commit be38111

File tree

1 file changed

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

1 file changed

+1
-1
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
@@ -87,7 +87,7 @@ When you tag entities, the tags are saved as in the following JSON format. If yo
8787
* `documents`: An array of tagged documents.
8888
* `location`: The path of the file. The file has to be in root of the storage container.
8989
* `language`: Language of the file. Use one of the [supported culture locales](../language-support.md).
90-
* `extractors`: Array of extractor objects to be extracted from teh file.
90+
* `extractors`: Array of extractor objects to be extracted from the file.
9191
* `regionOffset`: The inclusive character position of the start of the text.
9292
* `regionLength`: The length of the bounding box in terms of UTF16 characters. Training only considers the data in this region.
9393
* `labels`: Array of all the tagged entities within the specified region.

0 commit comments

Comments
 (0)