Skip to content

nlp-compromise/huge-word-list

Repository files navigation

basially a list of all english words
npm install huge-word-list

using the efrt word compression library, this library packs more words into a very small space.

Most human vocabulary size estimates range from ~30k words.

This library is able to compress that into ~45k, which means it can be easily used on the client-side.

the wordlist is generated by using the highly-varied texts in nlp-corpus

some editorial decisions:

  • case insensitive
  • no quotations or punctuation or numbers
  • accepts unicode letters but not only-unicode words
  • must be used at least twice

See also:

MIT

About

basically all words, in a compressed form

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published