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
965 stars 128 forks source link

AttributeError: module 'gensim' has no attribute 'downloader' #51

Open maddymmt opened 1 year ago

maddymmt commented 1 year ago

Trying to use this:

model = gensim.downloader.load('glove-wiki-gigaword-300')

and an error occurs AttributeError: module 'gensim' has no attribute 'downloader' Im using gensim 4.2.0