Skip to content

Commit 0fd195d

Browse files
author
Chris Tufts
committed
removed all mentions of PII
1 parent 9d4d7dc commit 0fd195d

File tree

1 file changed

+2
-3
lines changed
  • articles/cognitive-services/text-analytics/includes/quickstarts

1 file changed

+2
-3
lines changed

articles/cognitive-services/text-analytics/includes/quickstarts/python-sdk.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: aahill
33
ms.service: cognitive-services
44
ms.topic: include
5-
ms.date: 03/24/2020
5+
ms.date: 04/8/2020
66
ms.author: aahi
77
---
88

@@ -240,8 +240,7 @@ Document ID: 3 , Language: Chinese_Simplified
240240
#### [Version 3.0-preview](#tab/version-3)
241241

242242
> [!NOTE]
243-
> In version `3.0-preview`:
244-
> * NER includes separate methods for detecting personal information.
243+
> In version `3.0-preview`:
245244
> * Entity linking is a separate request than NER.
246245
247246
Create a new function called `entity_recognition_example` that takes the client as an argument, then calls the `recognize_entities()` function and iterates through the results. The returned response object will contain the list of detected entities in `entity` if successful, and an `error` if not. For each detected entity, print its Category and Sub-Category if exists.

0 commit comments

Comments
 (0)