Skip to content

Commit 34d8374

Browse files
committed
download spacy mdl
1 parent e66bc7f commit 34d8374

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nbs/text.tokenizers.ipynb

+4-1
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,11 @@
7777
"from dataclasses import dataclass, asdict\n",
7878
"from plum import dispatch\n",
7979
"\n",
80+
"from spacy.cli import download\n",
81+
"download('en_core_web_sm')\n",
82+
"\n",
8083
"# nimrod\n",
81-
"# from nimrod.models.lm import Vocab"
84+
"# from nimrod.models.lm import Vocab\n"
8285
]
8386
},
8487
{

0 commit comments

Comments
 (0)