A small web application that calculates statistics based on the content inputted by the user. These include sentences, words, characters, and word density.
While I'm writing articles, I find it useful to see geeky statistics (particularly the word count) on the content I've created. Although this doesn't directly map to the quality of my articles, it does give me an indication of whether or not I should expand more (given a complex concept) or to reduce the amount waffling.
Word density helps me identify frequently used words that could make the article seem boring. This should be a little more intelligent than naively showing any word since common words (it, the, that, etc) would pollute the top potion of the list.
Languages
Libraries
Testing
- Textbox resizes when content overflows.
- Render a word cloud to better visualise word density.