Bill GOrdon - 2011-03-15 04:07:03
Warning: array_key_exists() expects parameter 2 to be array, boolean given in SpellCorrector.php on line 130
Line 130
private static function known(array $words) {
$known = array();
foreach($words as $w) {
if(array_key_exists($w,self::$NWORDS)) { <------fails
$known[] = $w;
}
}
return $known;
}
I have not modified the script at all and I have downloaded the big.txt