//! Engish is a library that provides a silly interface for sampling letters and words in an English style.
//! Letter sampling is weighted according to the english language, and support for bigraphs is provided.
/// Various utility functions for general use.
/// Support for word generation.
/// A collection of tools for building a cutsom language model.
/// The five major vowels in English.
pub const VOWLES: = ;
/// A collection of the most useful features.