https://github.com/lrlna/readability-test
A node.js module for Flesch reading-ease test
https://github.com/lrlna/readability-test
Last synced: 7 months ago
JSON representation
A node.js module for Flesch reading-ease test
- Host: GitHub
- URL: https://github.com/lrlna/readability-test
- Owner: lrlna
- Created: 2015-11-01T03:27:37.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-04T01:26:30.000Z (almost 10 years ago)
- Last Synced: 2025-01-11T17:37:18.050Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Readability Tests
This is an upcoming module that is meant to help with figuring out a level of readability of a given paragraph. It follows two specific [formulas](https://en.wikipedia.org/wiki/Flesch%E2%80%93Kincaid_readability_tests):
- Flesch Reading Ease - gives an index to a given paragraph based on readability.
- Flesch-Kincaid Grade level - gives a US grade level as a result, or number of years of education necessary to read a given paragraph.