a-set-of-english-words

1.0.0 • Public • Published

a-set-of-english-words

Set of ~275,000 English words. Derived from [the Letterpress word list][letterpress].

Install

[npm][]:

npm install a-set-of-english-words

Use

var words = require('a-set-of-english-words');

console.log(words.filter(d => /fun/.test(d)))

Yields:

Set(
  'antifungal',
  'antifungals',
  'bifunctional',
  'cofunction',
  'cofunctions',
  // …and many more
)

API

aSetOfEnglishWords

Set.<string> — List of all English words, lowercased.

Package Sidebar

Install

npm i a-set-of-english-words

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

3.37 MB

Total Files

6

Last publish

Collaborators

  • theusaf