You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did you download the datasets as described in the README file? For this specific example, read the section "FRANKENSTEIN FROM PROJECT GUTENBERG". Please let me know if that helps.
The first code cell has a variable pointing to a file:
INPUT_FILE_NAME = '../data/frankenstein.txt'
Then, in the second cell, this line fails
file = open(INPUT_FILE_NAME, 'r', encoding='utf-8-sig')
The text was updated successfully, but these errors were encountered: