├── Data_Extraction_and_Text_Analysis_for_Blackcoffer_company.ipynb ├── Input.xlsx ├── MasterDictionary ├── negative-words.txt └── positive-words.txt ├── Objective.docx ├── Output Data Structure.xlsx ├── Output_Data.csv ├── README.md ├── StopWords ├── StopWords_Auditor.txt ├── StopWords_Currencies.txt ├── StopWords_DatesandNumbers.txt ├── StopWords_Generic.txt ├── StopWords_GenericLong.txt ├── StopWords_Geographic.txt └── StopWords_Names.txt ├── Text Analysis.docx ├── TitleText └── data_extraction_and_text_analysis_for_blackcoffer_company.py /Data_Extraction_and_Text_Analysis_for_Blackcoffer_company.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawaz-kmr/Data_Extraction_and_Text_Analysis_for_Blackcoffer_company./HEAD/Data_Extraction_and_Text_Analysis_for_Blackcoffer_company.ipynb -------------------------------------------------------------------------------- /Input.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawaz-kmr/Data_Extraction_and_Text_Analysis_for_Blackcoffer_company./HEAD/Input.xlsx -------------------------------------------------------------------------------- /MasterDictionary/negative-words.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawaz-kmr/Data_Extraction_and_Text_Analysis_for_Blackcoffer_company./HEAD/MasterDictionary/negative-words.txt -------------------------------------------------------------------------------- /MasterDictionary/positive-words.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawaz-kmr/Data_Extraction_and_Text_Analysis_for_Blackcoffer_company./HEAD/MasterDictionary/positive-words.txt -------------------------------------------------------------------------------- /Objective.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawaz-kmr/Data_Extraction_and_Text_Analysis_for_Blackcoffer_company./HEAD/Objective.docx -------------------------------------------------------------------------------- /Output Data Structure.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawaz-kmr/Data_Extraction_and_Text_Analysis_for_Blackcoffer_company./HEAD/Output Data Structure.xlsx -------------------------------------------------------------------------------- /Output_Data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawaz-kmr/Data_Extraction_and_Text_Analysis_for_Blackcoffer_company./HEAD/Output_Data.csv -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawaz-kmr/Data_Extraction_and_Text_Analysis_for_Blackcoffer_company./HEAD/README.md -------------------------------------------------------------------------------- /StopWords/StopWords_Auditor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawaz-kmr/Data_Extraction_and_Text_Analysis_for_Blackcoffer_company./HEAD/StopWords/StopWords_Auditor.txt -------------------------------------------------------------------------------- /StopWords/StopWords_Currencies.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawaz-kmr/Data_Extraction_and_Text_Analysis_for_Blackcoffer_company./HEAD/StopWords/StopWords_Currencies.txt -------------------------------------------------------------------------------- /StopWords/StopWords_DatesandNumbers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawaz-kmr/Data_Extraction_and_Text_Analysis_for_Blackcoffer_company./HEAD/StopWords/StopWords_DatesandNumbers.txt -------------------------------------------------------------------------------- /StopWords/StopWords_Generic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawaz-kmr/Data_Extraction_and_Text_Analysis_for_Blackcoffer_company./HEAD/StopWords/StopWords_Generic.txt -------------------------------------------------------------------------------- /StopWords/StopWords_GenericLong.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawaz-kmr/Data_Extraction_and_Text_Analysis_for_Blackcoffer_company./HEAD/StopWords/StopWords_GenericLong.txt -------------------------------------------------------------------------------- /StopWords/StopWords_Geographic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawaz-kmr/Data_Extraction_and_Text_Analysis_for_Blackcoffer_company./HEAD/StopWords/StopWords_Geographic.txt -------------------------------------------------------------------------------- /StopWords/StopWords_Names.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawaz-kmr/Data_Extraction_and_Text_Analysis_for_Blackcoffer_company./HEAD/StopWords/StopWords_Names.txt -------------------------------------------------------------------------------- /Text Analysis.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawaz-kmr/Data_Extraction_and_Text_Analysis_for_Blackcoffer_company./HEAD/Text Analysis.docx -------------------------------------------------------------------------------- /TitleText: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /data_extraction_and_text_analysis_for_blackcoffer_company.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawaz-kmr/Data_Extraction_and_Text_Analysis_for_Blackcoffer_company./HEAD/data_extraction_and_text_analysis_for_blackcoffer_company.py --------------------------------------------------------------------------------