diff --git a/week2/week2-NER.ipynb b/week2/week2-NER.ipynb index 309e1d5e..99c79cc8 100644 --- a/week2/week2-NER.ipynb +++ b/week2/week2-NER.ipynb @@ -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", @@ -876,7 +876,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.4.3" + "version": "3.5.2" } }, "nbformat": 4,