John Punin
John Punin
You can find an example of how to compute the emotional impact words at: https://github.com/somul18/DeepMoji/blob/master/examples/score_texts_emojis_aw.py Hope this is helpful. @un-lock-me
In my opinion, you should read it as a trigram 'that is frustrating' and bigram.'they hung'. If you want only monogram like 'frustrating' , 'hung', you should implement a filter...
@un-lock-me My suggestion is to use astype df['column'] = df['column'].astype('unicode')
@un-lock-me . No sure if you are filtering the stop words before applying the model. My suggestion is to filtering the stop words after applying the model and reporting your...