Skip to content

Commit 73c63a1

Browse files
Merge pull request #231 from manishth/patch-1
Update natural_language_understanding_v1.py
2 parents 1d5802c + 844d8b9 commit 73c63a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/natural_language_understanding_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
response = natural_language_understanding.analyze(
1313
text='Bruce Banner is the Hulk and Bruce Wayne is BATMAN! '
1414
'Superman fears not Banner, but Wayne.',
15-
features=[features.Entities(), features.Keywords()])
15+
features=[Features.Entities(), Features.Keywords()])
1616

1717
print(json.dumps(response, indent=2))

0 commit comments

Comments
 (0)