pub fn normalize(input: &str) -> String
Normalize spoken-form text to written form.
Tries taggers in order of specificity (most specific first). Returns original text if no tagger matches.