JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3145
  • Score
    100M100P100Q176971F
  • License MIT

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

Package Exports

  • dale-chall
  • dale-chall/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dale-chall) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

dale-chall

Build Coverage Downloads Size

List of easy American-English words: new Dale–Chall (1995).

Contents

What is this?

This package exposes a list of pretty useless words, which are typically used to fill empty space.

When should I use this?

Use this when you want to do readability things with natural language.

Use dale-chall-formula for the formula.

Install

This package is ESM only. In Node.js (version 14.14+, 16.0+), install with npm:

npm install dale-chall

In Deno with esm.sh:

import {daleChall} from 'https://esm.sh/dale-chall@2'

In browsers with esm.sh:

<script type="module">
  import {daleChall} from 'https://esm.sh/dale-chall@2?bundle'
</script>

Use

import {daleChall} from 'dale-chall'

daleChall.length // => 2942

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

Yields:

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

API

This package exports the identifier daleChall. There is no default export.

daleChall

List of strings (Array<string>).

Data

See countwordsworth.com.

Types

This package is fully typed with TypeScript. It exports no additional types.

Compatibility

This package is at least compatible with all maintained versions of Node.js. As of now, that is Node.js 14.14+ and 16.0+. It also works in Deno and modern browsers.

  • dale-chall-formula — Formula to detect the grade level of text
  • spache — list of familiar American-English words (1974)

Contribute

Yes please! See How to Contribute to Open Source.

Security

This package is safe.

License

MIT © Titus Wormer