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

os.path.isfile('question-words.txt') should be 'questions-... #1788

Closed
gitclem opened this issue Dec 15, 2017 · 1 comment
Closed

os.path.isfile('question-words.txt') should be 'questions-... #1788

gitclem opened this issue Dec 15, 2017 · 1 comment
Labels
bug Issue described a bug difficulty easy Easy issue: required small fix good first issue Issue for new contributors (not required gensim understanding + very simple)

Comments

@gitclem
Copy link

gitclem commented Dec 15, 2017

Minor typo in file doc2vec-IMDB.ipynb

File name used in the statement (Note missing 's' after the word question in file name)

if os.path.isfile('question-words.txt')
should be:

if os.path.isfile('questions-words.txt')

@gitclem gitclem changed the title if os.path.isfile('question-words.txt') should be questions os.path.isfile('question-words.txt') should be 'questions-... Dec 15, 2017
@menshikh-iv menshikh-iv added bug Issue described a bug difficulty easy Easy issue: required small fix good first issue Issue for new contributors (not required gensim understanding + very simple) labels Dec 15, 2017
@menshikh-iv
Copy link
Contributor

Thanks for report @gitclem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue described a bug difficulty easy Easy issue: required small fix good first issue Issue for new contributors (not required gensim understanding + very simple)
Projects
None yet
Development

No branches or pull requests

2 participants