You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -3,16 +3,15 @@ title: 'Quickstart: Using Java to call the Text Analytics API'
3
3
titleSuffix: Azure Cognitive Services
4
4
description: Get information and code samples to help you quickly get started using the Text Analytics API in Microsoft Cognitive Services on Azure.
5
5
services: cognitive-services
6
-
author: ashmaka
6
+
author: noellelacharite
7
7
manager: cgronlun
8
8
9
9
ms.service: cognitive-services
10
10
ms.component: text-analytics
11
11
ms.topic: quickstart
12
-
ms.date: 09/12/2018
13
-
ms.author: ashmaka
12
+
ms.date: 10/01/2018
13
+
ms.author: nolachar
14
14
---
15
-
16
15
# Quickstart: Using Java to call the Text Analytics Cognitive Service
17
16
<aname="HOLTop"></a>
18
17
@@ -519,9 +518,9 @@ A successful response is returned in JSON, as shown in the following example:
519
518
```
520
519
<aname="Entities"></a>
521
520
522
-
## Identify linked entities
521
+
## Identify entities
523
522
524
-
The Entity Linking API identifies well-known entities in a text document, using the [Entity Linking method](https://westus.dev.cognitive.microsoft.com/docs/services/TextAnalytics.V2.0/operations/5ac4251d5b4ccd1554da7634). The following example identifies entities for English documents.
523
+
The Entities API identifies well-known entities in a text document, using the [Entities method](https://westus.dev.cognitive.microsoft.com/docs/services/TextAnalytics-V2-1-Preview/operations/5ac4251d5b4ccd1554da7634). The following example identifies entities for English documents.
525
524
526
525
1. Create a new Java project in your favorite IDE.
527
526
2. Add the code provided below.
@@ -594,7 +593,7 @@ public class GetEntities {
594
593
// a free trial access key, you should not need to change this region.
0 commit comments