piskvorky / gensim-data

Data repository for pretrained NLP models and NLP corpora.
https://rare-technologies.com/new-api-for-pretrained-nlp-models-and-datasets-in-gensim/
GNU Lesser General Public License v2.1
980 stars 131 forks source link

ImportError: No module named 'gensim.downloader' #11

Closed GraphGrailAi closed 6 years ago

GraphGrailAi commented 6 years ago

Tried to use code from examples:

import gensim.downloader as api
from gensim.models.word2vec import Word2Vec

data = api.load("text8")

But got an error:

ImportError: No module named 'gensim.downloader'

menshikh-iv commented 6 years ago

@GraphGrailAi This functionality will be available in gensim>=3.2.0, please wait for a little bit (several days)

sur30 commented 6 years ago

Is this functionality available now ?

menshikh-iv commented 6 years ago

@sur30 yes, of course!

alonsela2015 commented 6 years ago

got the same problem. Any idea how to solve?

menshikh-iv commented 6 years ago

@alonsela2015 please upgrade your gensim version

Bharat-mtr commented 2 years ago

still not wprking in my case

NishqR commented 1 year ago

Having this same issue, running the latest version of gensim==4.2.0. Even tried previous versions such as 3.8.1, but with no luck. Anyone got a solution?

mpenkov commented 1 year ago

If you think you've found a bug, please open a new ticket and fill in the tempate.