idio / wiki2vec

Generating Vectors for DBpedia Entities via Word2Vec and Wikipedia Dumps. Questions? https://gitter.im/idio-opensource/Lobby
601 stars 137 forks source link

Provide ChronicleMap output implementation #26

Open keynmol opened 8 years ago

keynmol commented 8 years ago

Depends on #25

If the implementation is to be found, it's worth being able to produce a ChronicleMap version of word2vec model. It has much lower memory footprint and the access is speed is enough for most experiments.

It also plays nicely with Spark, so more complicated stuff with vectors can be expressed more efficiently.