The document presents a similarity-based model for document summarization using fuzzy sets and probability theories. The model computes word similarity based on frequencies of word triples in documents and represents these as fuzzy sets. It then uses the semantic unification of fuzzy sets to calculate the probability of two words. Sentences with high similarity weights are extracted to form a summary. Evaluation shows the model produces summaries that are on average 60% similar to manually created summaries, compared to 30% similarity for summaries generated by the tf.isf algorithm.