如何下载word2vec?
How to download word2vec?
当我尝试从官方下载 Word2vec 工具时 google code page,但我得到了以下信息:
svn 签出 http://word2vec.googlecode.com/svn/trunk/
svn: E170013: 无法连接到位于 URL 'http://word2vec.googlecode.com/svn/trunk'
的存储库
svn: E160013: 找不到“/svn/trunk”路径
GoogleCode 现已关闭
January 25, 2016 - The project hosting service is closed. You will be
able to download a tarball of project source, issues, and wikis.
您可以从这里下载原始代码:https://github.com/tmikolov/word2vec,而我不确定自从将此快照拍摄到 github 后是否有进一步的更新。
或者使用算法的 "further maintained" 实现,那里有很多,使用多种语言。
对于 Google 预训练模型:-
GoogleNews-vectors-negative300.bin.gz
对于Google Word2vec 原始代码:- Link
如果您想从您的 Pre_Trained 模型中制作 API,那么:- Link
当我尝试从官方下载 Word2vec 工具时 google code page,但我得到了以下信息:
svn 签出 http://word2vec.googlecode.com/svn/trunk/
svn: E170013: 无法连接到位于 URL 'http://word2vec.googlecode.com/svn/trunk'
的存储库svn: E160013: 找不到“/svn/trunk”路径
GoogleCode 现已关闭
January 25, 2016 - The project hosting service is closed. You will be able to download a tarball of project source, issues, and wikis.
您可以从这里下载原始代码:https://github.com/tmikolov/word2vec,而我不确定自从将此快照拍摄到 github 后是否有进一步的更新。
或者使用算法的 "further maintained" 实现,那里有很多,使用多种语言。
对于 Google 预训练模型:- GoogleNews-vectors-negative300.bin.gz
对于Google Word2vec 原始代码:- Link
如果您想从您的 Pre_Trained 模型中制作 API,那么:- Link