Skip to content

Commit 413ac81

Browse files
Jitin KapilaJitin Kapila
Jitin Kapila
authored and
Jitin Kapila
committed
Added spacy en_core_web_sm model download in Ch03
1 parent 3fcacf1 commit 413ac81

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

Diff for: Ch3/07_DocVectors_using_averaging_Via_spacy.ipynb

+14-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,17 @@
1414
},
1515
{
1616
"cell_type": "code",
17-
"execution_count": 0,
17+
"execution_count": null,
18+
"metadata": {},
19+
"outputs": [],
20+
"source": [
21+
"# downloading en_core_web_sm, assuming spacy is already installed\n",
22+
"!python -m spacy download en_core_web_sm"
23+
]
24+
},
25+
{
26+
"cell_type": "code",
27+
"execution_count": null,
1828
"metadata": {
1929
"colab": {},
2030
"colab_type": "code",
@@ -371,7 +381,7 @@
371381
},
372382
{
373383
"cell_type": "code",
374-
"execution_count": 0,
384+
"execution_count": null,
375385
"metadata": {
376386
"colab": {},
377387
"colab_type": "code",
@@ -401,9 +411,9 @@
401411
"name": "python",
402412
"nbconvert_exporter": "python",
403413
"pygments_lexer": "ipython3",
404-
"version": "3.6.10"
414+
"version": "3.7.3"
405415
}
406416
},
407417
"nbformat": 4,
408-
"nbformat_minor": 1
418+
"nbformat_minor": 4
409419
}

0 commit comments

Comments
 (0)