Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

word2vec is not defined (Julia) #19

Open
shoang22 opened this issue Nov 27, 2020 · 2 comments
Open

word2vec is not defined (Julia) #19

shoang22 opened this issue Nov 27, 2020 · 2 comments

Comments

@shoang22
Copy link

shoang22 commented Nov 27, 2020

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 not defined
Stacktrace:
 [1] word2vec(::String, ::String; size::Int64, window::Int64, sample::Float64, hs::Int64, negative::Int64, threads::Int64, iter::Int64, min_count::Int64, alpha::Float64, debug::Int644, binary::Int64, cbow::Int64, save_vocab::Nothing, read_vocab::Nothing, verbose::Bool) at C:\Users\15714\.julia\packages\Word2Vec\knfyL\src\interface.jl:73
 [2] top-level scope at none:1

Is anyone else having this problem?

@ValeriiBaidin
Copy link

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 not defined
Stacktrace:
 [1] word2vec(::String, ::String; size::Int64, window::Int64, sample::Float64, hs::Int64, negative::Int64, threads::Int64, iter::Int64, min_count::Int64, alpha::Float64, debug::Int644, binary::Int64, cbow::Int64, save_vocab::Nothing, read_vocab::Nothing, verbose::Bool) at C:\Users\15714\.julia\packages\Word2Vec\knfyL\src\interface.jl:73
 [2] top-level scope at none:1

Is anyone else having this problem?

I have the same problem.
did you find the solution?

thanks

@perrutquist
Copy link

I have this issue on macos with an m-series processor, but not with Intel. I am guessing that the problem occurs because there is no build of the Word2Vec jll for the platform.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants