Skip to content

Commit

Permalink
Typo fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Potapenko committed Dec 31, 2017
1 parent 7c4bf1e commit d72e3df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions week2/week2-NER.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"\n",
"For example, we want to extract persons' and organizations' names from the text. Than for the input text:\n",
"\n",
" Yan Goodfellow works for Google Brain\n",
" Ian Goodfellow works for Google Brain\n",
"\n",
"a NER model needs to provide the following sequence of tags:\n",
"\n",
Expand Down Expand Up @@ -876,7 +876,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.4.3"
"version": "3.5.2"
}
},
"nbformat": 4,
Expand Down

0 comments on commit d72e3df

Please sign in to comment.