Skip to content

Commit 36d4cae

Browse files
committed
updated notebooks
1 parent 65db9a3 commit 36d4cae

File tree

7 files changed

+431
-373
lines changed

7 files changed

+431
-373
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/python-tutorial-notebooks.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

notebooks/Combinatory Categorial Grammar Parsing with NLTK.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
"cell_type": "code",
8484
"metadata": {
8585
"ExecuteTime": {
86-
"end_time": "2024-11-03T19:29:20.874402Z",
87-
"start_time": "2024-11-03T19:29:20.865641Z"
86+
"end_time": "2024-11-09T22:48:16.088891Z",
87+
"start_time": "2024-11-09T22:48:16.063551Z"
8888
}
8989
},
9090
"source": [
@@ -98,12 +98,12 @@
9898
"traceback": [
9999
"\u001B[0;31m---------------------------------------------------------------------------\u001B[0m",
100100
"\u001B[0;31mModuleNotFoundError\u001B[0m Traceback (most recent call last)",
101-
"Cell \u001B[0;32mIn[3], line 1\u001B[0m\n\u001B[0;32m----> 1\u001B[0m \u001B[38;5;28;01mfrom\u001B[39;00m \u001B[38;5;21;01mnltk\u001B[39;00m\u001B[38;5;21;01m.\u001B[39;00m\u001B[38;5;21;01mccg\u001B[39;00m \u001B[38;5;28;01mimport\u001B[39;00m chart, lexicon\n",
101+
"Cell \u001B[0;32mIn[14], line 1\u001B[0m\n\u001B[0;32m----> 1\u001B[0m \u001B[38;5;28;01mfrom\u001B[39;00m \u001B[38;5;21;01mnltk\u001B[39;00m\u001B[38;5;21;01m.\u001B[39;00m\u001B[38;5;21;01mccg\u001B[39;00m \u001B[38;5;28;01mimport\u001B[39;00m chart, lexicon\n",
102102
"\u001B[0;31mModuleNotFoundError\u001B[0m: No module named 'nltk'"
103103
]
104104
}
105105
],
106-
"execution_count": 3
106+
"execution_count": 14
107107
},
108108
{
109109
"cell_type": "markdown",

notebooks/Perceptron Learning in Python.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@
414414
"name": "python",
415415
"nbconvert_exporter": "python",
416416
"pygments_lexer": "ipython3",
417-
"version": "3.12.7"
417+
"version": "3.12.3"
418418
},
419419
"latex_envs": {
420420
"LaTeX_envs_menu_present": true,

0 commit comments

Comments
 (0)