DaveChild / Text-Statistics

Generate information about text including syllable counts and Flesch-Kincaid, Gunning-Fog, Coleman-Liau, SMOG and Automated Readability scores.
https://readable.com/
BSD 2-Clause "Simplified" License
446 stars 107 forks source link

Syllables of words ending in "sses" are not counted correctly #36

Open Pyromonk opened 7 years ago

Pyromonk commented 7 years ago

I have removed "ss" from $arrSubSyllables to resolve this issue.

P.S. Thank you very much for this library, you have saved me a lot of time.