Calculating Readability Metrics In PHP
April 28th, 2009Readability metrics, also known as readability formulas, are a set of algorithms that estimate the readability of text. Most tests are fairly primitive as they only take into account things like sentence length and the average number of syllables per word, but ignore deeper factors like sentence structure and semantics. Still, readability metrics can be […]
Continue Reading...