Skip to content

Commit 08761ca

Browse files
Merge pull request #232 from manishth/patch-2
NameError: name 'features' is not defined
2 parents 73c63a1 + 8648293 commit 08761ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/natural_language_understanding_v1.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
],
6666
"source": [
6767
"nlu.analyze(text='this is my experimental text. Bruce Banner is the Hulk and Bruce Wayne is BATMAN! Superman fears not Banner, but Wayne.',\n",
68-
" features=[features.Entities(), features.Keywords()])"
68+
" features=[Features.Entities(), Features.Keywords()])"
6969
]
7070
},
7171
{
@@ -103,4 +103,4 @@
103103
},
104104
"nbformat": 4,
105105
"nbformat_minor": 0
106-
}
106+
}

0 commit comments

Comments
 (0)