Crate inflect_rs

Source

Functions§

bysize
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.
enclose
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. Encloses a string ‘s’ in a non-capturing group.
get_si_pron
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.
joinstem
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. Joins the stem of each word in ‘words’ into a string for Regex.
make_pl_si_lists
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.
ordinal_suff
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.