static double scoreNGramScorer(S expr, Cl pos, Cl neg) { Pair parsed = parseNGramScorerExpression(expr); ret posNegMatrixOfLists_quality(posNegMatrixForNGrams(parsed.a, parsed.b, pos, neg)); }