word-embeddings-benchmarks
word-embeddings-benchmarks copied to clipboard
On reusing codes from gensim
I found that gensim
does a good job of embedding tasks. If you could reuse the embedding model
definition from gensim, then you can put your major focus on various evaluation tasks of word embeddings.
I am not sure I fully understand. Is your suggestion that we support gensim Embedding class?
Yes, I meant that. But after using your Embedding
class, I think it's far simpler than the one from gensim
. I'm wondering if we can provide a simple way to initialize it, instead of writing our own methods for evaluation.