read_dict_liwc does not read the hierarchical LIWC format correctly (i.e. LIWC2015_English.dic).
Consider this partial excerpt from the categories:
30 affect (Affect)
31 posemo (Positive Emotions)
32 negemo (Negative Emotions)
33 anx (Anx)
34 anger (Anger)
35 sad (Sad)
Instead of the posemo and negemo columns the final dataframe only contains a Emotions) column.
read_dict_liwc does not read the hierarchical LIWC format correctly (i.e. LIWC2015_English.dic).
Consider this partial excerpt from the categories:
Instead of the
posemoandnegemocolumns the final dataframe only contains aEmotions)column.