Restore gensim import and w2v data load
This commit is contained in:
parent
a7e3a4906d
commit
9241533fe2
|
|
@ -292,6 +292,16 @@
|
|||
"> **Note:** When you first create word vectors, downloading them can take some time!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 8,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"import gensim.downloader as api\n",
|
||||
"w2v = api.load('word2vec-google-news-300')"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 12,
|
||||
|
|
|
|||
Loading…
Reference in New Issue