We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c4bf1e commit d72e3dfCopy full SHA for d72e3df
week2/week2-NER.ipynb
@@ -12,7 +12,7 @@
12
"\n",
13
"For example, we want to extract persons' and organizations' names from the text. Than for the input text:\n",
14
15
- " Yan Goodfellow works for Google Brain\n",
+ " Ian Goodfellow works for Google Brain\n",
16
17
"a NER model needs to provide the following sequence of tags:\n",
18
@@ -876,7 +876,7 @@
876
"name": "python",
877
"nbconvert_exporter": "python",
878
"pygments_lexer": "ipython3",
879
- "version": "3.4.3"
+ "version": "3.5.2"
880
}
881
},
882
"nbformat": 4,
0 commit comments