[][src]Function natural::ngram::get_ngram

pub fn get_ngram<'a>(this_text: &'a str, this_n: usize) -> Vec<Vec<&'a str>>