Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix word2vec doc-comment example of KeyedVectors usage, issue 2669 #2789

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

bvinesh
Copy link

@bvinesh bvinesh commented Apr 11, 2020

Fixes #2669
Proposal is to remove use of get_tmpfile and (optionally) change to a temp directory instead. Let me know if you prefer a different approach and I will change it. Thank you.

@bvinesh
Copy link
Author

bvinesh commented Apr 20, 2020

@mpenkov , much appreciated if this could be reviewed. This is my first PR. Please let me know if any changes are required. Thank you.

@mpenkov mpenkov added the documentation Current issue related to documentation label Jun 26, 2020
@mpenkov mpenkov added this to Triage in PR triage 2021-06 Jun 22, 2021
@mpenkov mpenkov moved this from Triage to Needs work in PR triage 2021-06 Jun 22, 2021
@mpenkov
Copy link
Collaborator

mpenkov commented Jun 29, 2021

Note to self: resolve conflict

@mpenkov
Copy link
Collaborator

mpenkov commented Jun 29, 2021

@bvinesh Yes, let's get rid of the temporary subdirectory and simply use the CWD. Are you able to finish this PR?

@mpenkov mpenkov added the stale Waiting for author to complete contribution, no recent effort label Jun 29, 2021
@mpenkov mpenkov moved this from Needs work before merge to Handle after next release in PR triage 2021-06 Jul 23, 2021
@piskvorky
Copy link
Owner

piskvorky commented Feb 19, 2022

@bvinesh we're planning a new release of Gensim soon. We could include this PR if you finish it – please let us know (or close it).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Current issue related to documentation stale Waiting for author to complete contribution, no recent effort
Projects
PR triage 2021-06
Handle after next release
Development

Successfully merging this pull request may close these issues.

word2vec doc-comment example of KeyedVectors usage broken
3 participants