Build a semantic word analysis of the ENRON dataset with PYTHON
Build a semantic word analysis of the ENRON dataset with PYTHON
Data basis to be used for the analysis: https://www.kaggle.com/wcukierski/enron-email-dataset
Save your time - order a paper!
Get your paper written from scratch within the tight deadline. Our service is a reliable solution to all your troubles. Place an order on any task and we will take care of it. You won’t have to worry about the quality and deadlines
Order Paper NowStep 1: build a python notebook on the basis of the work done by https://www.kaggle.com/zichen/explore-enron and try to reproduce their results
Step 2: The most important step: Generate a python code for listing which user uses which emoticons how often
Step 3: Please deliver the python code with comments
List of positive and negative emoticons.
Emoticon    Meaning    Sentiment Class Laughing    Positive
    Laughing    Positive smile    Positive
    smile    Positive
o:)-    innocent    Positive cool    Positive
    cool    Positive
:$    Happy blush    Positive defeated    Negative
    defeated    Negative Crying    Negative
    Crying    Negative shocked    Negative
    shocked    Negative
>(    Grumpy    Negative
(@)    Angry red    Negative
X|    Dead    Negative
Attached: Relevant Papers for this work to be cited whenever possible (1. Buildingemotionaldictionaryforsentimentanalysisofonlinenews, 2. pone.0171649), and additional papers if fragments of their methods are used.


