Skip to content

Commit 4109b79

Browse files
authored
Merge pull request #95 from watson-developer-cloud/deprecate-services
Remove concept insights and relationship extraction
2 parents e240268 + ac49d59 commit 4109b79

File tree

7 files changed

+4
-372
lines changed

7 files changed

+4
-372
lines changed

examples/relationship_extraction_v1_beta.py

Lines changed: 0 additions & 9 deletions
This file was deleted.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ def run_tests(self):
6565
packages=['watson_developer_cloud'],
6666
keywords='alchemy datanews, language, vision, question and answer' +
6767
' tone_analyzer, natural language classifier, retrieve and rank,' +
68-
' tradeoff analytics, concept insights, text to speech,' +
68+
' tradeoff analytics, text to speech,' +
6969
' language translation, language identification,' +
7070
' concept expansion, machine translation, personality insights,' +
7171
' message resonance, watson developer cloud, wdc, watson, ibm,' +
7272
' dialog, user modeling, alchemyapi, alchemy, tone analyzer,' +
73-
'speech to text, visual recognition, relationship extraction',
73+
'speech to text, visual recognition',
7474
classifiers=[
7575
'Programming Language :: Python',
7676
'Programming Language :: Python :: 2',

test/test_examples.py

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

33
import os
4-
import watson_developer_cloud
4+
55
import pytest
6-
import sys
7-
from os import getcwd
8-
from subprocess import Popen, PIPE
96
from os.path import join, dirname
107
from glob import glob
118

129
# tests to exclude
1310
excludes = ['authorization_v1.py', 'alchemy_data_news_v1.py',
14-
'alchemy_language_v1.py', 'alchemy_vision_v1.py',
15-
'concept_insights_v2.py']
11+
'alchemy_language_v1.py', 'alchemy_vision_v1.py']
1612

1713
# examples path. /examples
1814
examples_path = join(dirname(__file__), '../', 'examples', '*.py')

test/test_relationship_extraction_v1_beta.py

Lines changed: 0 additions & 56 deletions
This file was deleted.

watson_developer_cloud/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,13 @@
1919
from .alchemy_language_v1 import AlchemyLanguageV1
2020
from .alchemy_vision_v1 import AlchemyVisionV1
2121
from .authorization_v1 import AuthorizationV1
22-
from .concept_insights_v2 import ConceptInsightsV2
2322
from .conversation_v1 import ConversationV1
2423
from .conversation_v1_experimental import ConversationV1Experimental
2524
from .document_conversion_v1 import DocumentConversionV1
2625
from .dialog_v1 import DialogV1
2726
from .language_translation_v2 import LanguageTranslationV2
2827
from .natural_language_classifier_v1 import NaturalLanguageClassifierV1
2928
from .personality_insights_v2 import PersonalityInsightsV2
30-
from .relationship_extraction_v1_beta import RelationshipExtractionV1Beta
3129
from .retrieve_and_rank_v1 import RetrieveAndRankV1
3230
from .speech_to_text_v1 import SpeechToTextV1
3331
from .text_to_speech_v1 import TextToSpeechV1

watson_developer_cloud/concept_insights_v2.py

Lines changed: 0 additions & 252 deletions
This file was deleted.

0 commit comments

Comments
 (0)