Skip to content

Commit d72e3df

Browse files
author
Anna Potapenko
committed
Typo fixed.
1 parent 7c4bf1e commit d72e3df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

week2/week2-NER.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"\n",
1313
"For example, we want to extract persons' and organizations' names from the text. Than for the input text:\n",
1414
"\n",
15-
" Yan Goodfellow works for Google Brain\n",
15+
" Ian Goodfellow works for Google Brain\n",
1616
"\n",
1717
"a NER model needs to provide the following sequence of tags:\n",
1818
"\n",
@@ -876,7 +876,7 @@
876876
"name": "python",
877877
"nbconvert_exporter": "python",
878878
"pygments_lexer": "ipython3",
879-
"version": "3.4.3"
879+
"version": "3.5.2"
880880
}
881881
},
882882
"nbformat": 4,

0 commit comments

Comments
 (0)