Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 658 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 658 Bytes

Readability in Elm

This module calculates the readability of text.

At this point in time, it supports the Dale–Chall readability formula and the Coleman-Liau readablility formula

It has been developed for and used in SEO Apps's word counter tool.

Build

To update the DaleChall list of simple words, run the following:

cd build
npm i
node index.js

The commands above will generate an Elm file called DaleChallList.elm in your src folder by downloading the list of words and add plurals.