pub fn tokenize_and_stem(keyword: &str) -> Vec<String>
Tokenize and stem a keyword, handling camel case and compound word splitting This function is used by the elastic query parser to process terms in the AST