Sentiment-Analysis-with-LSTM-in-Persian icon indicating copy to clipboard operation
Sentiment-Analysis-with-LSTM-in-Persian copied to clipboard

FileNotFoundError: [Errno 2] No such file or directory: 'reviews.txt'

Open MohammadHeydari opened this issue 6 years ago • 0 comments

Hi there. where are reviews.txt and label.txt located? I can't run

with open('reviews.txt', 'r') as f:
    reviews = f.read()
with open('labels.txt', 'r') as f:
    labels = f.read()

MohammadHeydari avatar Oct 04 '19 16:10 MohammadHeydari