pub fn singular_form(word: &str) -> StringExpand description
Get the singular form of a word (e.g. “people” -> “person”)
Adapted from the PHP library, Text-Statistics
pub fn singular_form(word: &str) -> StringGet the singular form of a word (e.g. “people” -> “person”)
Adapted from the PHP library, Text-Statistics