pub fn tokenize(string: &str, string_cache: &mut StringCache) -> Vec<Token>
Converts the provided string to a Phrase.
string