April 2017
Beginner to intermediate
358 pages
9h 30m
English
The full set of Enron emails is available at https://www.cs.cmu.edu/~./enron/
Download the full corpus and decompress it into your data folder. By default, this will decompress into a folder called enron_mail_20110402 which then contains a folder called maildir. In the Notebook, setup the data folder for the Enron dataset:
enron_data_folder = os.path.join(os.path.expanduser("~"), "Data", "enron_mail_20150507", "maildir")
Read now
Unlock full access