Hi,
I would like to apply the accuracy method from run_embed.py on a word2vec model that I load using Word2VecKeyedVectors.load_word2vec_format(), but it gives me an AttributeError: 'KeyedVectors' object has no attribute 'dictionary'.
What is the correct way to load a model to apply the script?
Thank you