npm package to calculate statistics from text to determine readability, complexity and grade level of a particular corpus.
Formula to detect the ease of reading a text according to Flesch Reading Ease (1975)
npm package includes TypeScript and is designed to calculate various statistics from text in order to determine the readability, complexity, and grade level of a given corpus.
This is a fork of https://github.com/clearnote01/readability#readme with vulnerability patches