Word2Vec.jl icon indicating copy to clipboard operation
Word2Vec.jl copied to clipboard

Julia interface to word2vec

Results 7 Word2Vec.jl issues
Sort by recently updated
recently updated
newest added

Maybe I am missing something, but I figure that word2vec.jl has not implemented the skip-gram with negative sampling (SGNS) variant of word2vec? Most people might have moved on from word2vec,...

I am getting the error DimensionMismatch("tried to assign 99-element array to 100×1 destination") when trying to apply wordvectors on a trained word2vec text file. What exactly does this mean?

I'm getting an error that prevents me from using the `word2vec` function in Julia on a corpus. `Install.pkg("Word2Vec")` Code: ``` using Word2Vec word2vec("text8","vec.txt",verbose=true) ``` Error Message: ``` ERROR: UndefVarError: word2vec...

New to Julia as well as this package, so it's possible there only needs to be a readme update. After installing and including the package in my repl I was...

When requested to read from a binary, which has unicode, it results in ERROR: UnicodeError: invalid character index. To reproduce, load the test file from Google https://drive.google.com/file/d/0B7XkCwpI5KDYNlNUTTlSS21pQmM/edit?usp=sharing

It appears that Matt Mahoney no longer is hosting this file (text8.zip), used in the pirmary example here (and which seems to be widely used elsewhere). Does anyone know where...