SLIDE 44 Introduction Colllocation Extraction Combining Measures Summary
Association Measures VI
75. Skew divergence
D(p(w|C x )||α(w|C y )+(1 − α)p(w|C x ))
76. Reverse skew divergence
D(p(w|C y )||αp(w|C x )+(1 − α)p(w|C y ))
77. Phrase word coocurrence
1 2 ( f(x|C xy ) f(xy)
+ f(y|C
xy ) f(xy)
) 78. Word association
1 2 ( f(x|C y )−f(xy) f(xy)
+ f(y|C
x )−f(xy) f(xy)
) Cosine context similarity:
1 2 (cos(cx ,cxy)+cos(cy ,cxy)) cz= (zi ); cos(cx ,cy) = P x i yi qP x i 2· qP yi 2 ⋆79.
in boolean vector space
zi = δ(f(wi |C z ))
80. in tf vector space
zi = f(wi |C z )
81. in tf·idf vector space
zi = f(wi |C z )· N df(wi ); df( wi)= | { x : wi ǫC x} |
Dice context similarity:
1 2 (dice(cx ,cxy)+dice(cy ,cxy)) cz= (zi ); dice(cx ,cy) = 2 P x i yi P x i 2+P yi 2 ⋆82.
in boolean vector space
zi = δ(f(wi |C z )) ⋆83.
in tf vector space
zi = f(wi |C z ) ⋆84.
in tf·idf vector space
zi = f(wi |C z )· N df(wi ); df( wi)= | { x : wi ǫC x} | ⋆85.
Part of speech
{Adjective:Noun, Noun:Noun, Noun:Verb, . . . } ⋆86.
Dependency type
{Attribute, Object, Subject, . . . }
87. Dependency structure
{ր, տ} Pavel Pecina Collocation Extraction