Why can't I download a dataset with the Gensim download API – Twitter API
When I do the below: >>> import gensim.downloader as api >>> model = api.load("glove-twitter-25") # load glove vectors the gensim.downloader API throws the below error: [Errno 2] No such file or directory: '/Users/vtim/gensim-data/information.json'. What am I doing wrong?