UNPKG

text-readability

Version:

npm package to calculate statistics from text to determine readability, complexity and grade level of a particular corpus.

23 lines (22 loc) 424 B
{ "name": "text-readability", "version": "1.1.1", "description": "", "main": "main.js", "scripts": { "test": "node ./main.test.js" }, "author": "", "type": "module", "license": "ISC", "dependencies": { "pluralize": "^8.0.0", "syllable": "^5.0.1" }, "homepage": "https://github.com/clearnote01/readability#readme", "keywords": [ "statistics", "text analysis", "flesch" ] }