pub fn normalize(text: &str) -> Vec<String>
Lower-cased words with the punctuation stripped (“So, THAT one!” → [“so”, “that”, “one”]).