Research Article

A Hotspot Information Extraction Hybrid Solution of Online Posts’ Textual Data

Algorithm 1

The post-text filtering.
Input: , , ,
Output: S(Ti), F(Ti)
Initialization , ,
Computing the relevant post set of Ti//According to equations (3) and (4)
for i = 1: |S|//Degree of participation filtering
  Calculate
  
  if
   
  end if
end for
for i = 1: |S|//MNR filtering
  Calculate
  
  if
   
  end if
end for
for i = 1: |S|
 for j = 1: |F|//Lexical filtering
  if
   
  end if
end for
end for
Return S(Ti), F(Ti)