Research Article

Fake Review Identification Methods Based on Multidimensional Feature Engineering

Algorithm 1

.
Input: Review corpus , feature sequences in feature engineering , feature item threshold
Output: Review realistic label sequence
Procedure
begin
   for each ()
   begin
    for each ()
    begin
     calculate ;
     if is beyond the defined threshold value , ;
       = true;
   elseif;
      = false;
   endif;
  endfor;
;
   add in ;
 endfor;
 return ;
end;