WordList
This package provides a large list of English words as a Stream. The text file containing all the available words can be found here.
This package is an Elixir clone of the npm package word-list, which is the source of this project’s list of words.
Usage
To get the Stream of words, call the getStream/0 function.
words = WordList.getStream!()Installation
If available in Hex, the package can be installed
by adding word_list to your list of dependencies in mix.exs:
def deps do
[
{:word_list, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/word_list.