pub fn tokenize_whitespace(text: &str) -> Vec<String>
Splits a text string into a vector of individual tokens.