2324252627282930
private static boolean showChunk = false; public ComplexSeg(Dictionary dic) { super(dic); otherRules.add(new LargestAvgLenRule()); otherRules.add(new SmallestVarianceRule()); otherRules.add(new LargestSumDegreeFreedomRule()); }