Research Article

An Automatic Multidocument Text Summarization Approach Based on Naïve Bayesian Classifier Using Timestamp Strategy

Algorithm 1

For counting the visiting time of the document.
For each created or visited documents
  Begin
     Check whether it is a newly created document
  If yes
     Set the count value of the document as 0
  Else
     Increment the count value by 1
  End
End for