pub fn from_string_words<S>(id: S, text: S) -> TokenStreamwhere S: Into<String> + Clone,
Create a stream from a string that yields word by word.