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

Prevent not allowed scores #11

Closed lvil closed 10 years ago

lvil commented 10 years ago

added "private function normalize_score($score, $min, $max)" executed after each readability test

DaveChild commented 10 years ago

Great contribution. This conflicted with another commit, so I manually added it in.