gzxcvbn_en

Package Version Hex Docs

English language dictionaries for gzxcvbn.

This package provides:

Installation

gleam add gzxcvbn_en

Usage

import gzxcvbn
import gzxcvbn/en

pub fn main() {
  let opts =
    gzxcvbn.options()
    |> gzxcvbn.with_dictionaries(en.dictionaries())
    |> gzxcvbn.build()

  // ...
}

You can also add individual dictionaries:

let opts =
  gzxcvbn.options()
  |> gzxcvbn.with_dictionaries([en.common_words(), en.firstnames()])
  |> gzxcvbn.build()

Further documentation can be found at https://hexdocs.pm/gzxcvbn_en.

Search Document