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