word-embeddings-benchmarks icon indicating copy to clipboard operation
word-embeddings-benchmarks copied to clipboard

On reusing codes from gensim

Open Stonesjtu opened this issue 6 years ago • 2 comments

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.

Stonesjtu avatar Apr 18 '18 11:04 Stonesjtu

I am not sure I fully understand. Is your suggestion that we support gensim Embedding class?

kudkudak avatar Apr 20 '18 11:04 kudkudak

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.

Stonesjtu avatar Apr 20 '18 12:04 Stonesjtu