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