安装
快速安装
在您的终端中运行(推荐):
pip install --upgrade gensim
或者,对于conda环境:
conda install -c conda-forge gensim
而已!恭喜,您可以继续学习本教程。
如果失败,请确保您正在安装到可写位置(或使用sudo)。
代码依赖
Gensim在Linux,Windows和Mac OS X上运行,并且应该在支持Python 2.7+和NumPy的任何其他平台上运行。Gensim取决于以下软件:
- Python >= 2.7 (tested with versions 2.7, 3.5 and 3.6)
- NumPy >= 1.11.3
- SciPy >= 0.18.1
- Six >= 1.5.0
- smart_open >= 1.2.1
测试Gensim
Gensim使用持续集成,在每个pull请求上自动运行完整的测试套件
CI service | Task | Build badge |
---|---|---|
Travis | 在Linux上运行测试并检查代码样式 | |
AppVeyor | 在Windows上运行测试 | |
CircleCI | 构建文档 |
问题
使用Gensim讨论组进行问题和故障排除。有关商业支持,请参阅支持页面。