24252627282930
public ComplexSeg(Dictionary dic) { super(dic); otherRules.add(new LargestAvgLenRule()); otherRules.add(new SmallestVarianceRule()); otherRules.add(new LargestSumDegreeFreedomRule()); }