Skip to content

List of easy American-English words: The New Dale-Chall (1995)

License

Notifications You must be signed in to change notification settings

words/dale-chall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dale-chall Build Status

List of familiar American-English words: The New Dale-Chall (1995).

There’s also a module for the formula.

Installation

npm:

npm install dale-chall

Usage

var daleChall = require('dale-chall');

daleChall.length; //=> 2942

console.log(daleChall.slice(0, 10));

Yields:

[ 'a',
  'able',
  'aboard',
  'about',
  'above',
  'absent',
  'accept',
  'accident',
  'account',
  'ache' ]

API

daleChall

dale-chall exposes a list of strings (Array.<string>).

Related

License

MIT © Titus Wormer