Skip to content

Commit 7a22896

Browse files
Merge pull request #316 from watson-developer-cloud/fix-nlc-example
Fix invalid classifier_id in example
2 parents 8f863ff + 2911c90 commit 7a22896

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.env.enc

0 Bytes
Binary file not shown.

examples/natural_language_classifier_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from watson_developer_cloud import NaturalLanguageClassifierV1
66

77
# replace with your own classifier_id
8-
classifier_id = '9ddbcfx239-nlc-17541'
8+
classifier_id = 'e552ebx250-nlc-13834'
99
if os.getenv("natural_language_classifier_classifier_id") is not None:
1010
classifier_id = os.getenv("natural_language_classifier_classifier_id")
1111

0 commit comments

Comments
 (0)