Skip to content

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

License

Notifications You must be signed in to change notification settings

MichaelChambers/spache

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%