Skip to content

Commit 2d5a426

Browse files
🔥 remove concept insights and relationship extraction
1 parent 9b9e978 commit 2d5a426

File tree

6 files changed

+4
-370
lines changed

6 files changed

+4
-370
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/concept_insights_v2.py

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

0 commit comments

Comments
 (0)