0.0.2 • Published 5 years ago

huge-word-list v0.0.2

Weekly downloads
7
License
MIT
Repository
github
Last release
5 years ago

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

0.0.2

5 years ago

0.0.1

5 years ago