Function normalize

Source
pub fn normalize(text: &str) -> Vec<String>
Expand description

Lower-cased words with the punctuation stripped (“So, THAT one!” → [“so”, “that”, “one”]).