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