more notebook testing

This commit is contained in:
Henry Dowd
2025-11-19 00:31:43 +00:00
parent 8d6b1cab2c
commit 7ad4068a55
4 changed files with 165 additions and 16 deletions

View File

@@ -9,12 +9,13 @@
{
"metadata": {
"ExecuteTime": {
"end_time": "2025-11-18T23:01:17.888318Z",
"start_time": "2025-11-18T23:01:16.494987Z"
"end_time": "2025-11-19T00:00:02.012627Z",
"start_time": "2025-11-19T00:00:00.160731Z"
}
},
"cell_type": "code",
"source": [
"import import_ipynb\n",
"import spacy\n",
"\n",
"nlp = spacy.load(\"en_core_web_md\") # Can swap for large model if required\n",
@@ -50,7 +51,7 @@
]
}
],
"execution_count": 1
"execution_count": 2
},
{
"metadata": {},