Skip to content

ryan-senn/elm-readability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.