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

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

License

Notifications You must be signed in to change notification settings

words/spache

Repository files navigation

spache Build Status Coverage Status

List of easy 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.

Installation

npm:

npm install spache

Usage

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

  • buzzwords — List of buzzwords;
  • fillers — List of filler words;
  • hedges — List of hedge words;
  • profanities — List of profane words;
  • dale-chall — List of familiar American-English words: New Dale-Chall (1995);
  • weasels — List of weasel words.

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