\n";
echo " | ".report_matches()." ";
foreach ($doc["words"] as $wordInfo)
{
$word = $wordInfo["word"];
$matchRight = substr($wordInfo["match"],strlen($word));
echo "$word$matchRight(".$wordInfo["freq"].") ";
}
echo " | \n";
echo "
\n";
$num++;
}
}
echo "