static Set uniqNgrams(int n, Collection lines) { new Set set; for (S s : unnull(lines)) addAll(ngrams(s)); ret set; }