inspirehep / magpie

Deep neural network framework for multi-label text classification
MIT License
683 stars 192 forks source link

Add the ability of load word2vector model from gensim directly #127

Open fangd123 opened 6 years ago

fangd123 commented 6 years ago

When I use the gensim's word2vector model, it cannot import model from gensim directly. Hope to add the ability

jstypka commented 6 years ago

@fangd123 It should be possible if you just pass it to the Magpie constructor. How did you try to do it?