os.path.isfile('question-words.txt') should be 'questions-... #1788
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)
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')
The text was updated successfully, but these errors were encountered: