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