Fork me on GitHub
#clojure-nlp
<
2017-07-06
>
wiseman00:07:05

it’s been almost a week, so i’ll try once more 🙂 what do people use for word embeddings (word2vec etc.?) for the moment i just want to use existing models, not train new ones. i tried dl4j, but it takes 5-6 minutes just to load the Google News model, vs. 45 seconds for python gensim.

novel09:07:32

Have you already tried Mallet, they have a skip-gram model. I haven’t used Mallet’s skip-gram model, but in general I had some good experience doing LDA models in Mallet.

wiseman23:07:46

i have the mallet page open, but haven’t tried it yet