Skip to main content
. Author manuscript; available in PMC: 2017 Jul 24.
Published in final edited form as: Data Knowl Eng. 2014 Sep 18;94(B):189–201. doi: 10.1016/j.datak.2014.09.002

Procedure.

Apply-Context (H, β, 𝒞, ℳ [ ][ ]).

1: for all candidate terms t in H do
2:  Set co-occurrence score F = 0
3: for each context term c in 𝒞 do
4:   F = F + ℳ[c][t]
5: if F/|C| < β then
6:   H.delete(t) {F/|𝒞| is the average co-occurrence}
7: return H