8000 GitHub - words/spache at 1.1.5
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

words/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)

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Contributors 3

  •  
  •  
  •  
0