Sentiment-Analysis-with-LSTM-in-Persian
Sentiment-Analysis-with-LSTM-in-Persian copied to clipboard
FileNotFoundError: [Errno 2] No such file or directory: 'reviews.txt'
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()