--- parser.cc.org	Sun Oct 22 18:04:33 2000+++ parser.cc	Sun Oct 22 18:22:58 2000@@ -378,6 +378,8 @@ 	    // Duplicate document.  We just need to add the scores together 	    // 	    dm2->score += dm->score;+	    // dnaber: boost matches that contain more than one word (dnaber, 2000-10-22):+	    dm2->score = dm2->score * 1000; 	    if (dm->anchor < dm2->anchor) 		dm2->anchor = dm->anchor; 	}