russellbits / TextStatistics.js

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TextStatistics.js

JavaScript port of TextStatistics.php!

I've done what I think is a reasonably faithful port. Documentation incoming! I removed a lot of the original comments during the port, but seeing as the API remained largely the same, I'll add them in shortly.

Same goes for a test suite - I'll get something working in node in a bit. :)

Installation

Run this in the browser using a simple <script> include - or you can install for node with npm install text-statistics.

Famous! As seen in Time! (heh.)

About

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

License:MIT License


Languages

Language:JavaScript 100.0%