【发布时间】:2020-11-27 18:02:57
【问题描述】:
我收到一个错误,导致我无法在语料库上使用 Julia 中的 word2vec 函数。
Install.pkg("Word2Vec")
代码:
using Word2Vec
word2vec("text8","vec.txt",verbose=true)
错误信息:
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
还有其他人有这个问题吗?
【问题讨论】: