sS ai_makeNGramScorer(LS pos, LS neg) { S s = join("|", pos); if (nempty(neg)) s += "^" + join("|", neg); ret s; }