Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 896 Bytes

File metadata and controls

19 lines (9 loc) · 896 Bytes

List of Tasks to be performed:

  • Filter all Instagram Links from Text Guwahati_caption.csv & Silchar_caption.csv under Final Links column

  • Fetch captions from Instagram Posts & save in Guwahati_Data.csv & Silchar_Data.csv under Caption Column

  • Demojize all Text from Guwahati.csv & Silchar.csv and save in Guwahati_Data.csv & Silchar_Data.csv under Demojized Column

  • Append the text and captions and save final data for final translation

  • Detect and Translate all Text from Guwahati.csv & Silchar.csv and save in Guwahati_Data.csv & Silchar_Data.csv under Final Text Column

  • Calculate Sentiment score for each Dataset

  • Update sentiment color and map settings

  • Use NLTK library to get sentiment score and update sentiment calc logic to use mean sentiment of all words in the string.