Skip to content

Latest commit

 

History

History
96 lines (63 loc) · 1.93 KB

readme.md

File metadata and controls

96 lines (63 loc) · 1.93 KB

spache

Build Downloads Size

List of familiar American-English words: Revised Spache (1974).

Read more on the matter in Perera, Katherine. Linguistic Difficulty in Reading Material. (Linguistics and the Teacher. Vol. 112).

You probably also want the formula.

Install

npm:

npm install spache

Use

var spache = require('spache')

spache.length //=> 1063

console.log(spache.slice(0, 10))

Yields:

[ 'a',
  'able',
  'about',
  'above',
  'across',
  'act',
  'add',
  'afraid',
  'after',
  'afternoon' ]

API

spache

spache exposes a list of strings (Array.<string>).

Related

License

MIT © Titus Wormer