You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to generate emotion specific word embeddings with a similar spproach as SSWE. The sentiment is a three class label, positive negative and neutral.
My emotion set has eight classes. Can you help me with the changes I need to make.
In reader.csv I have changes the default_polarities to a map of length 8. Are their any other changes. The code compiles but I am not sure if its producing correct word embeddings.
The text was updated successfully, but these errors were encountered:
There are changes to make in the loss function (in sentiwords.pyx line 139) and its derivative, which is currently a hinge loss on a single polarity value.
I am trying to generate emotion specific word embeddings with a similar spproach as SSWE. The sentiment is a three class label, positive negative and neutral.
My emotion set has eight classes. Can you help me with the changes I need to make.
In reader.csv I have changes the default_polarities to a map of length 8. Are their any other changes. The code compiles but I am not sure if its producing correct word embeddings.
The text was updated successfully, but these errors were encountered: