├── All_program.py ├── README.md ├── enron_All └── total_subject_lines.txt ├── enron_delet ├── Delete_box_all.txt ├── Delete_box_cleaned.txt └── Delete_box_cleaned.txt~ ├── enron_inbox ├── Subjectline_extracter.py └── all_lines_with_rept.txt ├── google_adword_keywords ├── keywords-dataset-1.txt └── keywords-dataset-2.txt ├── licence ├── web1_ads ├── Extracted_from_web_ads.txt ├── Extracted_from_web_ads_cleaned.txt ├── Line_separator.py ├── html2text_style_and_script_remover.py ├── order_by_alpa.py ├── reduntent_word_remover.py └── webpages-dataset-1.txt └── web2_ads └── extracted_text_from_web2_cleaned.txt /All_program.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miller-tamil/research_on_email_marketting/HEAD/All_program.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miller-tamil/research_on_email_marketting/HEAD/README.md -------------------------------------------------------------------------------- /enron_All/total_subject_lines.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miller-tamil/research_on_email_marketting/HEAD/enron_All/total_subject_lines.txt -------------------------------------------------------------------------------- /enron_delet/Delete_box_all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miller-tamil/research_on_email_marketting/HEAD/enron_delet/Delete_box_all.txt -------------------------------------------------------------------------------- /enron_delet/Delete_box_cleaned.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miller-tamil/research_on_email_marketting/HEAD/enron_delet/Delete_box_cleaned.txt -------------------------------------------------------------------------------- /enron_delet/Delete_box_cleaned.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miller-tamil/research_on_email_marketting/HEAD/enron_delet/Delete_box_cleaned.txt~ -------------------------------------------------------------------------------- /enron_inbox/Subjectline_extracter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miller-tamil/research_on_email_marketting/HEAD/enron_inbox/Subjectline_extracter.py -------------------------------------------------------------------------------- /enron_inbox/all_lines_with_rept.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miller-tamil/research_on_email_marketting/HEAD/enron_inbox/all_lines_with_rept.txt -------------------------------------------------------------------------------- /google_adword_keywords/keywords-dataset-1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miller-tamil/research_on_email_marketting/HEAD/google_adword_keywords/keywords-dataset-1.txt -------------------------------------------------------------------------------- /google_adword_keywords/keywords-dataset-2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miller-tamil/research_on_email_marketting/HEAD/google_adword_keywords/keywords-dataset-2.txt -------------------------------------------------------------------------------- /licence: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miller-tamil/research_on_email_marketting/HEAD/licence -------------------------------------------------------------------------------- /web1_ads/Extracted_from_web_ads.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miller-tamil/research_on_email_marketting/HEAD/web1_ads/Extracted_from_web_ads.txt -------------------------------------------------------------------------------- /web1_ads/Extracted_from_web_ads_cleaned.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miller-tamil/research_on_email_marketting/HEAD/web1_ads/Extracted_from_web_ads_cleaned.txt -------------------------------------------------------------------------------- /web1_ads/Line_separator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miller-tamil/research_on_email_marketting/HEAD/web1_ads/Line_separator.py -------------------------------------------------------------------------------- /web1_ads/html2text_style_and_script_remover.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miller-tamil/research_on_email_marketting/HEAD/web1_ads/html2text_style_and_script_remover.py -------------------------------------------------------------------------------- /web1_ads/order_by_alpa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miller-tamil/research_on_email_marketting/HEAD/web1_ads/order_by_alpa.py -------------------------------------------------------------------------------- /web1_ads/reduntent_word_remover.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miller-tamil/research_on_email_marketting/HEAD/web1_ads/reduntent_word_remover.py -------------------------------------------------------------------------------- /web1_ads/webpages-dataset-1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miller-tamil/research_on_email_marketting/HEAD/web1_ads/webpages-dataset-1.txt -------------------------------------------------------------------------------- /web2_ads/extracted_text_from_web2_cleaned.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miller-tamil/research_on_email_marketting/HEAD/web2_ads/extracted_text_from_web2_cleaned.txt --------------------------------------------------------------------------------