Thanks for this very useful package.
It seems loading custom Word2Vec embeddings is not possible.
With KeyedVectors function, I can't load my custom Word2Vec model (trained on custom data).
I know I can only load the model.bin with Word2Vec.load function.
Is it possible to add this similar function in order to enable custom model loading?
Thanks for this very useful package. It seems loading custom Word2Vec embeddings is not possible. With KeyedVectors function, I can't load my custom Word2Vec model (trained on custom data). I know I can only load the model.bin with Word2Vec.load function. Is it possible to add this similar function in order to enable custom model loading?