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

Email DataSource #1

Open
Ameya-Pandya opened this issue Nov 29, 2017 · 4 comments
Open

Email DataSource #1

Ameya-Pandya opened this issue Nov 29, 2017 · 4 comments

Comments

@Ameya-Pandya
Copy link

Hi,

Could you please tell from where did you get the email-data for analysis and is there any format of email do you require before parsing the data.

Thanks

@surakshashukla
Copy link
Owner

surakshashukla commented Nov 29, 2017 via email

@runchranda
Copy link

Hi, when I tried to run this program I got the error below:

Traceback (most recent call last):
File "email_classification.py", line 26, in
spam = init_lists('linguistspam/spam/')
File "email_classification.py", line 19, in init_lists
file_list = os.listdir(folder)
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'linguistspam/spam/'

Could you help me please?

@surakshashukla
Copy link
Owner

Hi, in that line code is expecting the files with the email data in the given path. Since you don't have the data there, you are getting "FileNotFoundError". I used Enron data, you can use the same. I hope this helps.

@runchranda
Copy link

Thank you for your respond. I have visited the link you provided for the Enron dataset but I see that there's a lot of directory and I'm not sure which one should I download or use. Also, if I may ask, did you convert all the data in one csv file?

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

3 participants