Function get_singular_form

Source
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