Skip to content

Commit 99ccfdd

Browse files
authored
Merge pull request #60 from merative/dcw
Add Merative copyright
2 parents d6eb69a + 784d5de commit 99ccfdd

75 files changed

Lines changed: 540 additions & 927 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

__init__.py

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
1-
# Copyright 2018 IBM All Rights Reserved.
2-
#
3-
# Licensed under the Apache License, Version 2.0 (the "License");
4-
# you may not use this file except in compliance with the License.
5-
# You may obtain a copy of the License at
6-
#
7-
# http://www.apache.org/licenses/LICENSE-2.0
8-
#
9-
# Unless required by applicable law or agreed to in writing, software
10-
# distributed under the License is distributed on an "AS IS" BASIS,
11-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
# See the License for the specific language governing permissions and
13-
# limitations under the License.
1+
# *****************************************************************
2+
#
3+
# (C) Copyright Merative US L.P. and others 2018, 2023
4+
#
5+
# SPDX-License-Identifier: Apache-2.0
6+
#
7+
# *****************************************************************
148

15-
from .version import __version__
9+
from .version import __version__

ibm_whcs_sdk/annotator_for_clinical_data/__init__.py

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
1-
# Copyright 2018 IBM All Rights Reserved.
2-
#
3-
# Licensed under the Apache License, Version 2.0 (the "License");
4-
# you may not use this file except in compliance with the License.
5-
# You may obtain a copy of the License at
6-
#
7-
# http://www.apache.org/licenses/LICENSE-2.0
8-
#
9-
# Unless required by applicable law or agreed to in writing, software
10-
# distributed under the License is distributed on an "AS IS" BASIS,
11-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
# See the License for the specific language governing permissions and
13-
# limitations under the License.
1+
# *****************************************************************
2+
#
3+
# (C) Copyright Merative US L.P. and others 2018, 2023
4+
#
5+
# SPDX-License-Identifier: Apache-2.0
6+
#
7+
# *****************************************************************
148

159
from .annotator_for_clinical_data_v1 import AnnotatorForClinicalDataV1
1610
from .annotator_for_clinical_data_v1 import AcdCartridges

ibm_whcs_sdk/annotator_for_clinical_data/annotator_for_clinical_data_v1.py

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
# coding: utf-8
22

3-
# (C) Copyright IBM Corp. 2018, 2021.
4-
#
5-
# Licensed under the Apache License, Version 2.0 (the "License");
6-
# you may not use this file except in compliance with the License.
7-
# You may obtain a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing, software
12-
# distributed under the License is distributed on an "AS IS" BASIS,
13-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
# See the License for the specific language governing permissions and
15-
# limitations under the License.
3+
# *****************************************************************
4+
#
5+
# (C) Copyright Merative US L.P. and others 2018, 2023
6+
#
7+
# SPDX-License-Identifier: Apache-2.0
8+
#
9+
# *****************************************************************
1610

1711
"""
1812
Natural Language Processing (NLP) service featuring a set of medical domain annotators for

ibm_whcs_sdk/annotator_for_clinical_data/tests/common/test_annotation.py

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
# coding: utf-8
22

3-
# Copyright 2021 IBM All Rights Reserved.
4-
#
5-
# Licensed under the Apache License, Version 2.0 (the "License");
6-
# you may not use this file except in compliance with the License.
7-
# You may obtain a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing, software
12-
# distributed under the License is distributed on an "AS IS" BASIS,
13-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
# See the License for the specific language governing permissions and
15-
# limitations under the License.
3+
# *****************************************************************
4+
#
5+
# (C) Copyright Merative US L.P. and others 2021, 2023
6+
#
7+
# SPDX-License-Identifier: Apache-2.0
8+
#
9+
# *****************************************************************
1610

1711
class TestAnnotation(object):
1812

ibm_whcs_sdk/annotator_for_clinical_data/tests/common/test_annotator_output.py

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
# coding: utf-8
22

3-
# Copyright 2018 IBM All Rights Reserved.
4-
#
5-
# Licensed under the Apache License, Version 2.0 (the "License");
6-
# you may not use this file except in compliance with the License.
7-
# You may obtain a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing, software
12-
# distributed under the License is distributed on an "AS IS" BASIS,
13-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
# See the License for the specific language governing permissions and
15-
# limitations under the License.
16-
3+
# *****************************************************************
4+
#
5+
# (C) Copyright Merative US L.P. and others 2018, 2023
6+
#
7+
# SPDX-License-Identifier: Apache-2.0
8+
#
9+
# *****************************************************************
1710

1811
class TestAnnotatorOutput(object):
1912

ibm_whcs_sdk/annotator_for_clinical_data/tests/common/test_assistance_annotation.py

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
# coding: utf-8
22

3-
# Copyright 2018 IBM All Rights Reserved.
4-
#
5-
# Licensed under the Apache License, Version 2.0 (the "License");
6-
# you may not use this file except in compliance with the License.
7-
# You may obtain a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing, software
12-
# distributed under the License is distributed on an "AS IS" BASIS,
13-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
# See the License for the specific language governing permissions and
15-
# limitations under the License.
3+
# *****************************************************************
4+
#
5+
# (C) Copyright Merative US L.P. and others 2018, 2023
6+
#
7+
# SPDX-License-Identifier: Apache-2.0
8+
#
9+
# *****************************************************************
1610

1711
class TestAssistanceAnnotation(object):
1812

@@ -39,4 +33,4 @@ def test_assistance_annotation(annotation_list=None):
3933
assert len(annotation.section_normalized_name) > 0
4034
if annotation.section_surface_form is not None:
4135
assert len(annotation.section_surface_form) > 0
42-
36+

ibm_whcs_sdk/annotator_for_clinical_data/tests/common/test_attribute_values.py

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
# coding: utf-8
22

3-
# Copyright 2021 IBM All Rights Reserved.
4-
#
5-
# Licensed under the Apache License, Version 2.0 (the "License");
6-
# you may not use this file except in compliance with the License.
7-
# You may obtain a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing, software
12-
# distributed under the License is distributed on an "AS IS" BASIS,
13-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
# See the License for the specific language governing permissions and
15-
# limitations under the License.
3+
# *****************************************************************
4+
#
5+
# (C) Copyright Merative US L.P. and others 2021, 2023
6+
#
7+
# SPDX-License-Identifier: Apache-2.0
8+
#
9+
# *****************************************************************
1610

1711
from ibm_whcs_sdk.annotator_for_clinical_data.tests.common import test_concept_annotation as tc
1812
from ibm_whcs_sdk.annotator_for_clinical_data.tests.common import test_disambiguation as td

ibm_whcs_sdk/annotator_for_clinical_data/tests/common/test_cancer_diagnosis.py

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
# coding: utf-8
22

3-
# Copyright 2018 IBM All Rights Reserved.
4-
#
5-
# Licensed under the Apache License, Version 2.0 (the "License");
6-
# you may not use this file except in compliance with the License.
7-
# You may obtain a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing, software
12-
# distributed under the License is distributed on an "AS IS" BASIS,
13-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
# See the License for the specific language governing permissions and
15-
# limitations under the License.
3+
# *****************************************************************
4+
#
5+
# (C) Copyright Merative US L.P. and others 2018, 2023
6+
#
7+
# SPDX-License-Identifier: Apache-2.0
8+
#
9+
# *****************************************************************
1610

1711
from ibm_whcs_sdk.annotator_for_clinical_data.tests.common import test_disambiguation as td
1812

ibm_whcs_sdk/annotator_for_clinical_data/tests/common/test_concept_annotation.py

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
# coding: utf-8
22

3-
# Copyright 2018, 2021 IBM All Rights Reserved.
4-
#
5-
# Licensed under the Apache License, Version 2.0 (the "License");
6-
# you may not use this file except in compliance with the License.
7-
# You may obtain a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing, software
12-
# distributed under the License is distributed on an "AS IS" BASIS,
13-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
# See the License for the specific language governing permissions and
15-
# limitations under the License.
3+
# *****************************************************************
4+
#
5+
# (C) Copyright Merative US L.P. and others 2018, 2023
6+
#
7+
# SPDX-License-Identifier: Apache-2.0
8+
#
9+
# *****************************************************************
1610

1711
from ibm_whcs_sdk.annotator_for_clinical_data.tests.common import test_insight_model as ti
1812

ibm_whcs_sdk/annotator_for_clinical_data/tests/common/test_concept_value_annotation.py

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
# coding: utf-8
22

3-
# Copyright 2018 IBM All Rights Reserved.
4-
#
5-
# Licensed under the Apache License, Version 2.0 (the "License");
6-
# you may not use this file except in compliance with the License.
7-
# You may obtain a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing, software
12-
# distributed under the License is distributed on an "AS IS" BASIS,
13-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
# See the License for the specific language governing permissions and
15-
# limitations under the License.
3+
# *****************************************************************
4+
#
5+
# (C) Copyright Merative US L.P. and others 2018, 2023
6+
#
7+
# SPDX-License-Identifier: Apache-2.0
8+
#
9+
# *****************************************************************
1610

1711
class TestConceptValueAnnotation(object):
1812

0 commit comments

Comments
 (0)