clojure-nlp

2017-07-06T00:50:05.511297Z

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.

2017-07-06T09:35:32.387625Z

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.

2017-07-06T23:38:46.443984Z

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