pub fn transliterate_string(s: &str) -> String
Expand description

Generate a version of the input string where each character has been latinized using the same function as our tokenization routines.