AcademiaSinicaNLPLab / emotion-detection-modules

1 stars 1 forks source link

feature selection #9

Open maxis1718 opened 10 years ago

leechengyi commented 10 years ago

Document score vector (Dimension=40)

Give document scores to training documents (0-799)

Emotion position vector (Dimension=40)

Calculate the position of occurrence for each emotion.
Value=0(beginning of document)~1(end of document)
weight=pattern score  
leechengyi commented 10 years ago

Problems

  1. Weight in "emotion position vector"
    Ex. 1 anchor --> 2 patterns
    0.5 * P_1(with scores) + 0.5 * P_2(with no scores)
    (the same problem as in document scoring)