Hi,
In your code, the syllable_count function, there is an array of
$arrSubSyllables, and below is the caculation code:
foreach ($arrSubSyllables as $strSyllable) {
$intSyllableCount -= preg_match('~' . $strSyllable . '~', $strWord);
}
what is the meaning of '~'? It seems you didn't use "//" as standard
delimiter.
Original issue reported on code.google.com by yuanzho...@gmail.com on 18 May 2009 at 4:01
Original issue reported on code.google.com by
yuanzho...@gmail.com
on 18 May 2009 at 4:01