首页
企业/组织
新建镜像项目
新建托管项目
登录
注册
开源镜像
/
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
/
.gitignore
History
View
编辑
Download
# Compiled source # ################### *.com *.class *.dll *.exe *.o *.so *.pyc *.pyo *.pyd # Packages # ############ # it's better to unpack these files and commit the raw source # git has its own built in compression methods *.7z *.dmg *.gz *.iso *.jar *.rar *.tar *.zip # Logs and databases # ###################### *.log *.sql *.sqlite *.pkl *.bak *.npy *.npz # OS generated files # ###################### .DS_Store? ehthumbs.db Icon? Thumbs.db # Other # ######### .tox/ .cache/ .project .pydevproject .ropeproject .settings/ .eggs cython_debug docs/src/_build/ docs/_static docs/notebooks/.ipynb_checkpoints dedan_gensim.tmproj gensim*.egg-info *,cover .idea *.dict *.index .coverage .*.sw[op] data *.bak /build/ /dist/ *.prof *.lprof *.bin *.old *.model *~ *_out.txt *.html *.inv *.js docs/_images/
Loading...