【问题标题】:how to install packages for word2vec in R, windows 64-bit?如何在 R、Windows 64 位中安装 word2vec 的软件包? 【发布时间】:2020-01-02 05:58:45 【问题描述】: 我正在尝试从 GitHub 安装包 wordVectors 和 rword2vec,但遇到了问题。 链接: https://github.com/bmschmidt/wordVectors https://github.com/mukul13/rword2vec 【问题讨论】: 欢迎来到 SO!您能否举例说明您尝试过的代码以及遇到的具体问题?这样,这里的人就更容易提供帮助。 标签: r word2vec 【解决方案1】: 这应该可行: 转到他们的 github 页面(例如 https://github.com/bmschmidt/wordVectors) 点击“克隆或下载”以下载 .zip 文件 在 RStudio 中,单击右下角面板中的包选项卡 点击“安装” 在安装自下,选择“Package Archive/Zip” 选择刚刚下载的 .zip 文件 点击打开 【讨论】: