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

Processing email to find occurence of words #1

Open
AnantSinghBisht opened this issue May 15, 2020 · 1 comment
Open

Processing email to find occurence of words #1

AnantSinghBisht opened this issue May 15, 2020 · 1 comment

Comments

@AnantSinghBisht
Copy link

file_reading = open(file_name,"r",encoding='utf-8', errors='ignore')
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\Anant\Desktop\Project\Spam Email Detection System/emails/eck-s.tar.gz'

@bharathjavali
Copy link

bharathjavali commented Jun 14, 2020

file_reading = open(file_name,"r",encoding='utf-8', errors='ignore')
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\Anant\Desktop\Project\Spam Email Detection System/emails/eck-s.tar.gz'

you are getting the above error because the datasets are not available in emails folder
solution:extract the "dataset" file first then place the same in emails folder hope this info helps. Do let me know if u need further assistance, Also check the updated README.md

Happy Learning

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants