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