pub fn tokenize(text: &str) -> Vec<String>
Tokenize text into lowercase alphanumeric terms, dropping single-char tokens.