1- # IBM Watson Health Cognitive Services Java SDK Version 1.5.11
1+ # Annotator for Clinical Data Java SDK Version 1.5.11
22
33## Overview
44
5- The IBM Watson Health Cognitive Services (WHCS) Java SDK allows developers to programmatically interact with the following IBM Watson service:
5+ This Java SDK allows developers to programmatically interact with the following service:
66
77| Service Name | Artifact ID |
88| --------------| -------------|
99| [ Annotator for Clinical Data] ( https://merative.github.io/acd-containers/ ) | annotator-for-clinical-data |
1010
1111## Prerequisites
1212
13- * Refer to the IBM Watson Annotation for Clinical Data documentation:
13+ * Refer to the Annotation for Clinical Data documentation:
1414 * [ Prerequisites] ( https://merative.github.io/acd-containers/installing/prereqs/ )
1515 * [ Software Development Kits] ( https://merative.github.io/acd-containers/usage/sdks/ )
1616* Java 8 or above.
@@ -19,22 +19,22 @@ The IBM Watson Health Cognitive Services (WHCS) Java SDK allows developers to pr
1919The current version of this SDK is: 1.5.11
2020
2121#### WHCS service (Option 1)
22- To define a dependency on the WHCS service contained in the project, use a dependency like these:
22+ To define a dependency on the service contained in the project, use a dependency like these:
2323
2424##### Maven
2525
2626``` xml
2727<dependency >
28- <groupId >com.ibm.watson.health.cognitive-services </groupId >
29- <artifactId >ibm-whcs-services </artifactId >
28+ <groupId >com.merative.acd </groupId >
29+ <artifactId >acd-sdk </artifactId >
3030 <version >1.5.11</version >
3131</dependency >
3232```
3333
3434##### Gradle
3535
3636``` gradle
37- 'com.ibm.watson.health.cognitive-services:ibm-whcs-services :1.5.11'
37+ 'com.merative.acd:acd-sdk :1.5.11'
3838```
3939
4040#### Annotator for Clinical Data service (Option 2)
@@ -44,15 +44,15 @@ To define a dependency on the Annotator for Clinical Data service, use a depende
4444
4545``` xml
4646<dependency >
47- <groupId >com.ibm.watson.health.cognitive-services </groupId >
47+ <groupId >com.merative.acd </groupId >
4848 <artifactId >annotator-for-clinical-data</artifactId >
4949 <version >1.5.11</version >
5050</dependency >
5151```
5252
5353##### Gradle
5454``` gradle
55- 'com.ibm.watson.health.cognitive-services:annotator-for-clinical-data :1.5.11'
55+ 'com.merative.acd :1.5.11'
5656```
5757The artifact ID is listed in the table above.
5858
@@ -63,20 +63,17 @@ For general SDK usage information, please see [this link](https://github.com/IBM
6363## Questions
6464
6565For questions, refer to:
66- * [ IBM Watson Annotator for Clinical Data product site] ( https://www.ibm.com/cloud/watson-annotator-for-clinical-data )
67- * [ IBM Watson Annotator for Clinical Data documentation] ( https://merative.github.io/acd-containers/ )
66+ * [ Annotator for Clinical Data product site] ( https://www.ibm.com/cloud/watson-annotator-for-clinical-data )
67+ * [ Annotator for Clinical Data documentation] ( https://merative.github.io/acd-containers/ )
6868
6969## Issues
7070If you encounter an issue with the project, you are welcome to submit a
7171[ bug report] ( https://github.com/merative/whcs-java-sdk/issues ) .
7272
73- ## Open source @ IBM
74- Find more open source projects on the [ IBM Github Page] ( http://ibm.github.io/ )
75-
7673## Contributing
7774See [ CONTRIBUTING] ( CONTRIBUTING.md ) .
7875
7976## License
8077
81- The IBM Watson Health Cognitive Services Java SDK is released under the Apache 2.0 license.
78+ The Annotator for Clinical Data Java SDK is released under the Apache 2.0 license.
8279The license's full text can be found in [ LICENSE] ( LICENSE ) .
0 commit comments