small fixes to tutorials (#205)

This commit is contained in:
Francisco Ingham
2023-11-20 11:10:02 -08:00
committed by GitHub
parent 4e4cc52083
commit 5964df3689
3 changed files with 15 additions and 22 deletions
+5 -5
View File
@@ -967,15 +967,15 @@
"3) Key concepts and their relationships from a research paper.\n",
"4) Entities and their relationships from a news article.\n",
"\n",
"As an excercise, try to implement one of the above examples.\n",
"As an exercise, try to implement one of the above examples.\n",
"\n",
"All of them will follow an idea of iteratively extracting more and more information and accumulating it some state."
"All of them will follow an idea of iteratively extracting more and more information and accumulating it into some state."
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
@@ -989,9 +989,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.6"
"version": "3.10.12"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}