pub fn bysize(words: Vec<String>) -> HashMap<usize, HashSet<String>>Expand description
inflect_rs is a Rust port of the Python inflect library. It is used to generate plurals, ordinals, indefinite articles, and to convert numbers to words. From a list of words, returns a HashMap of HashSets of words, keyed by word length.