Skip to content

Commit 0708efd

Browse files
authored
Merge pull request #74 from merative/dlangst2
Dlangst2
2 parents 0a2f134 + 64b8a13 commit 0708efd

2 files changed

Lines changed: 19 additions & 21 deletions

File tree

CONTRIBUTING.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Questions
2-
If you are having problems using this SDK or have a question about IBM Cloud services,
3-
please ask a question at
4-
[dW Answers](https://developer.ibm.com/answers/questions/ask).
2+
If you are having problems using this SDK or have a question about the Annotator for Clinical Data service,
3+
refer here:
4+
* [README](README.md)
5+
* [Annotator for Clinical Data documentation](https://merative.github.io/acd-containers/)
6+
* [Annotator for Clinical Data product site](https://www.ibm.com/cloud/watson-annotator-for-clinical-data)
57

68
# Issues
79
If you encounter an issue with the project, you are welcome to submit a
8-
[bug report](https://github.com/IBM/whcs-java-sdk/issues).
9-
Before that, please search for similar issues. It's possible that someone has already reported the problem.
10+
[bug report](https://github.com/merative/whcs-java-sdk/issues).
1011

1112
# General Information
1213
For general guidance on contributing to this project, please see
13-
[this link](https://github.com/IBM/ibm-cloud-sdk-common/blob/master/CONTRIBUTING_java.md)
14+
[this link](https://github.com/IBM/ibm-cloud-sdk-common/blob/master/CONTRIBUTING_java.md)

README.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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
1919
The 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
```
5757
The 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

6565
For 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
7070
If 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
7774
See [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.
8279
The license's full text can be found in [LICENSE](LICENSE).

0 commit comments

Comments
 (0)