首页
企业/组织
新建镜像项目
新建托管项目
登录
注册
开源镜像
/
gensim
分享
Activities
1
任务
Resources
Repositories
3934
Pull Requests
Roadmap
Calendar
Gantt
分支
8
Doc2Vec-init-docccomment-only
develop
fix_1808
master
nmf_speedups
online_nmf
poincare_model_gradients
rtd_theme
gensim
/
ISSUE_TEMPLATE.md
History
View
编辑
Download
<!-- **IMPORTANT**: - Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports. - Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers. Github bug reports that do not include relevant information and context will be closed without an answer. Thanks! --> #### Problem description What are you trying to achieve? What is the expected result? What are you seeing instead? #### Steps/code/corpus to reproduce Include full tracebacks, logs and datasets if necessary. Please keep the examples minimal ("minimal reproducible example"). #### Versions Please provide the output of: ```python import platform; print(platform.platform()) import sys; print("Python", sys.version) import numpy; print("NumPy", numpy.__version__) import scipy; print("SciPy", scipy.__version__) import gensim; print("gensim", gensim.__version__) from gensim.models import word2vec;print("FAST_VERSION", word2vec.FAST_VERSION) ```
Loading...