Function ngrams

Source
pub fn ngrams(text: &str, n: usize) -> impl Iterator<Item = &str>