Skip to main content

normalize

Function normalize 

Source
pub fn normalize(input: &str) -> String
Expand description

Normalize spoken-form text to written form.

Tries taggers in order of specificity (most specific first). Returns original text if no tagger matches.