static double scoreRegexpIC(S regexp, Cl pos, Cl neg) { PosNegMatrix matrix = posNegMatrixForRegexpIC(regexp, pos, neg); PosNegMatrix m2 = posNegMatrixOfLists_lengths(matrix); double quality = posNegMatrixOfInts_quality(m2); //if (verbose) print(regexp + ": " + m2 + " / " + quality); ret quality; }