Text-Statistics icon indicating copy to clipboard operation
Text-Statistics copied to clipboard

Generate information about text including syllable counts and Flesch-Kincaid, Gunning-Fog, Coleman-Liau, SMOG and Automated Readability scores.

Results 18 Text-Statistics issues
Sort by recently updated
recently updated
newest added

In the inline code comments you already note: ``` php // Will be tripped up by "Mr." or "U.K.". Not a major concern at this point. ``` I found it...

From Google Code: Numbers within text numerically (1, 20, 100 etc) may not be handled correctly. Currently an unknown - should "20" be counted as two syllables ("twen-ty") or as...

Issue transferred from Google Code: Hmm, I was testing it out on random text and noticed that "the reading kitten" gave an output of 4 syllables but "the kitten reading"...

Issue reported in Google Code: http://code.google.com/p/php-text-statistics/issues/detail?id=3

From Google Code: Words which combine letters and numbers are not handled correctly. For example, "3a" in text should be counted as two separate words, each of one syllable.

Several things happened here in order to support current PHP versions: - Upgrade PHPUnit to 9 + fix test signature and bcmath errors with passing strings like "two" - Replace...

After moving to PHP8.1 I am getting the following error when a field is empty: _Deprecated function: sha1(): Passing null to parameter #1 ($string) of type string is deprecated in...

Because of the misleading function names, lack of error messages and warnings, and the lack of support for character encodings other than ISO-8859-1, utf8_encode and utf8_decode functions are deprecated in...