Restore gensim import and w2v data load

This commit is contained in:
Mike Clift 2023-06-19 17:11:18 +01:00
parent a7e3a4906d
commit 9241533fe2
1 changed files with 10 additions and 0 deletions

View File

@ -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,