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
Copy file name to clipboardExpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,12 @@ Java client library to use the [Watson APIs][wdc].
13
13
14
14
## Announcements
15
15
### Tone Analyzer Deprecation
16
-
As of this major release, 10.0.0, the Tone Analyzer API has been removed in preparation for deprecation. If you wish to continue using this sdk to make calls to Tone Analyzer until its final deprecation, you will have to use a previous version.
16
+
As of this major release, 10.0.1, the Tone Analyzer API has been removed in preparation for deprecation. If you wish to continue using this sdk to make calls to Tone Analyzer until its final deprecation, you will have to use a previous version.
17
17
On 24 February 2022, IBM announced the deprecation of the Tone Analyzer service. The service will no longer be available as of 24 February 2023. As of 24 February 2022, you will not be able to create new instances. Existing instances will be supported until 24 February 2023.
18
18
As an alternative, we encourage you to consider migrating to the Natural Language Understanding service on IBM Cloud. With Natural Language Understanding, tone analysis is done by using a pre-built classifications model, which provides an easy way to detect language tones in written text. For more information, see [Migrating from Watson Tone Analyzer Customer Engagement endpoint to Natural Language Understanding](https://cloud.ibm.com/docs/natural-language-understanding?topic=natural-language-understanding-tone_analytics).
19
19
20
20
### Natural Language Classifier Deprecation
21
-
As of this major release, 10.0.0, the NLC API has been removed in preparation for deprecation. If you wish to continue using this sdk to make calls to NLC until its final deprecation, you will have to use a previous version.
21
+
As of this major release, 10.0.1, the NLC API has been removed in preparation for deprecation. If you wish to continue using this sdk to make calls to NLC until its final deprecation, you will have to use a previous version.
22
22
On 9 August 2021, IBM announced the deprecation of the Natural Language Classifier service. The service will no longer be available from 8 August 2022. As of 9 September 2021, you will not be able to create new instances. Existing instances will be supported until 8 August 2022. Any instance that still exists on that date will be deleted.
23
23
As an alternative, we encourage you to consider migrating to the Natural Language Understanding service on IBM Cloud that uses deep learning to extract data and insights from text such as keywords, categories, sentiment, emotion, and syntax, along with advanced multi-label text classification capabilities, to provide even richer insights for your business or industry. For more information, see [Migrating to Natural Language Understanding](https://cloud.ibm.com/docs/natural-language-classifier?topic=natural-language-classifier-migrating).
24
24
@@ -37,7 +37,7 @@ All the services:
37
37
<dependency>
38
38
<groupId>com.ibm.watson</groupId>
39
39
<artifactId>ibm-watson</artifactId>
40
-
<version>10.0.0</version>
40
+
<version>10.0.1</version>
41
41
</dependency>
42
42
```
43
43
@@ -47,21 +47,21 @@ Only Discovery:
47
47
<dependency>
48
48
<groupId>com.ibm.watson</groupId>
49
49
<artifactId>discovery</artifactId>
50
-
<version>10.0.0</version>
50
+
<version>10.0.1</version>
51
51
</dependency>
52
52
```
53
53
54
54
##### Gradle
55
55
All the services:
56
56
57
57
```gradle
58
-
'com.ibm.watson:ibm-watson:10.0.0'
58
+
'com.ibm.watson:ibm-watson:10.0.1'
59
59
```
60
60
61
61
Only Assistant:
62
62
63
63
```gradle
64
-
'com.ibm.watson:assistant:10.0.0'
64
+
'com.ibm.watson:assistant:10.0.1'
65
65
```
66
66
67
67
Now, you are ready to see some [examples](https://github.com/watson-developer-cloud/java-sdk/tree/master/examples/src/main/java/com/ibm/watson).
@@ -477,7 +477,7 @@ We do :sunglasses: http://ibm.github.io/
477
477
## Featured projects
478
478
We'd love to highlight cool open-source projects that use this SDK! If you'd like to get your project added to the list, feel free to make an issue linking us to it.
0 commit comments